Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.
  • I want to integrate Latest iOS 6 supported sdk in the application. but when i delete old sdk and add latest sdk "Mobclix SDK 6.0.0" in my app then it is giving following error. Will you please explain what should i do to fix this?

    Undefined symbols for architecture i386:
    "_OBJC_CLASS_$_ASIdentifierManager", referenced from:
     objc-class-ref in libMobclix.a(MCEnvironment.o)
    ld: symbol(s) not found for architecture i386
    collect2: ld returned 1 exit status
    
share|improve this question

1 Answer

up vote 6 down vote accepted

i was not adding "AdSupport" Framework in my application.

Do not forget to add it as Optional if you want to support iOS 5 also

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.