cancel
Showing results for 
Search instead for 
Did you mean: 

Native iOS app with MAF logon components: Linking fails

Former Member
0 Kudos

Hi all,

I try to compile a SDK 3.0 project with MAF logon components.

I followed this tutorial and finally got a running iOS app with the dependencies for the SDK:

Now I would like to add MAF logon component usage. The Sybase guide describes this under Developing with MAF Logon.  I copied the basic initialization steps from there to my project.

However, although I have all the required headers, the linker fails trying to find the implementation for MAFLogonUIViewManager.h

I guess I did not add a dependency properly. In which of the files/bundles added should this component be?

Best, Martin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

  I am having a similar issue. I am following the same instructions. At the point where I create the LogonHandler, the file MAFLogonManagerNG.h is not found by Xcode. This file does not seem to be present in the SDK either. When I comment it out, the MAFLogonUIViewManager is not recognized.

Have you been able to resolve your issue?