I’m trying to implement the Heyzap SDK into an iOS game using Corona Enterprise.
Everything works fine except for when I try to enable ads.
dyld: lazy symbol binding failed: Symbol not found: \_objc\_setProperty\_nonatomic Referenced from: /var/mobile/Applications/15FD1090-89E0-4F5B-9FAB-6638471C867B/AppName.app/App Name Expected in: /usr/lib/libobjc.A.dylib dyld: Symbol not found: \_objc\_setProperty\_nonatomic Referenced from: /var/mobile/Applications/15FD1090-89E0-4F5B-9FAB-6638471C867B/App Name.app/App Name Expected in: /usr/lib/libobjc.A.dylib
I haven’t used Xcode too much, so I’m not sure what the issue is here. Any ideas? Has anyone successfully integrated Heyzap ads into their iOS Corona app? (It works fine on Android.)