Hello everyone,
I’m trying to integrate AppsFlyer into my app but my build fails (from XCode) with 3 errors:
ld: warning: arm64 function not 4-byte aligned: _unwind_tester from //Libraries/libiPhone-lib.a(unwind_test_arm64.o)
Undefined symbols for architecture arm64:
“OBJC_CLASS_AppsFlyerCrossPromotionHelper", referenced from:
objc-class-ref in AppsFlyerWrapper.o
"_OBJC_CLASS__AppsFlyerShareInviteHelper”, referenced from:
objc-class-ref in AppsFlyerWrapper.o
“OBJC_CLASS$_AppsFlyerTracker”, referenced from:
objc-class-ref in AppsFlyerWrapper.o
objc-class-ref in AppsFlyerAppController.o
ld: symbol(s) not found for architecture arm64
Didn’t find a single thing about these errors.
Without AppsFlyer my build works just fine.