I have this mobclix lib, I had an older version but I wanted to update it, I removed the old .a file and headers, and added the new ones, but I get the error message saying:
"_OBJ_CLASS_$_MobclixAdViewiPhone_320x50", referenced from:
Objc-class-ref-to-MobclixAdViewiPhone_320x50 in AdManager.o
Symbol(s) not found
Collect2: ld returned 1 exit status
I Already have the lib in the target “linked libraries”, did a clean, restarted xcode, and still I get the same error message.
This has occured in the past, and I didn’t find any answer, I had to make a new project, but I think it’s a waste of time.
Please help.
MobclixAdViewiPhone_320x50 is not being found so you are not linking mobclix correctly. Got to love XCode: having the library in your target’s “Link Binary With Libraries” section doesn’t mean that the library will be linked. You must make sure that your target’s Build Settings > Library Search Paths contains the correct path to the lib.