I recently upgraded to Unity 5.5.2f1. Ever since then, not sure if its related or not, I've had the issue below when trying to archive my project in xcode. I've tried looking up similar issues for architecture arm64 not being found and have tried a ton of different solutions online, all of which have not worked for me. I was hoping someone out there would perhaps have a different solution for this issue. Any help would be greatly appreciated! Thank you!
Showing All Messages
"_OBJC_CLASS_$_ADBannerView", referenced from:
objc-class-ref in libHeyzapAds.a(HZiAdBannerAdapter.o)
objc-class-ref in libHeyzapAds.a(HZBannerAd.o)
"_OBJC_CLASS_$_ADInterstitialAd", referenced from:
objc-class-ref in libHeyzapAds.a(HZiAdAdapter.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
↧