I am facing an issue with my iPhone app having Urbainairship and TapJoy.
I am already using the Urbanairship for push notifications. When i integrated TapJoy publisher SDK for offer wall and added -load_all and -ObjC flags it shows me duplication errors for few urban airship files. Screenshot 1 and Screenshot 2 attached
It works perfect for when i integrated on a test project without having urbanairship.
However when linker flags are not set it crashes with this description on following line
[TapjoyConnect requestTapjoyConnect:TAPJOY_ID secretKey:TAPJOY_SECRET_KEY]; Crash description:* Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key closeButton.'
this class is not key value coding-compliant for the key closeButton.'
This eror is means there is some connection problem in the UIElements. Check xib file and respective connections. If still same error , remove all UI elements and connect again