cancel
Showing results for 
Search instead for 
Did you mean: 

Getting linker error with Native iOS App using MAFLogon library

Former Member
0 Kudos

Hi,

I'm trying a native app in iOS connect to SMP 3.0 server using MAF library. ( SDK SP05)

In first step, i add all libraries of MAF and configure the search path, library path,... After that, i build and run my app. But i meet an error: "Apple   Mach-O Linker error ". This is my screen of that error.

Error:

And my configuration:

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi all,

I find the solution for my problem in this blog:

http://scn.sap.com/docs/DOC-60128

Because i removed some .a file, so it does not work. If you get same error, please do step by step follow the document.

Thank Dhani for support .

Regards,

Sao Vu.

Former Member
0 Kudos

Good to know that it is solved.

Regards,

Dhani

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you added all the required frameworks?

Regards,

Dhani

Former Member
0 Kudos

Hi Dhani,

I just added these framework to my application:

Do i miss some framework? I search with keyword "MAF framework" but i cannot find anything.

Thanks and Regards,

Sao Vu

Former Member
0 Kudos

Add the EventKit and EventKitUI frameworks in your project.

Also add the MAF Libraries from your SDK (libMAFLogonManagerNG.a, libMAFLogonUING.a, libMAFUIComponents.a, libMAFUIHelper.a, libMobilePlace.a, libMAFFormatters.a). You can find these libraries inside your SDK.

Hope this can help you.

Regards,

Dhani