When I go to create an archive in xcode, I get the following errors:
*Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SKStoreProductViewController", referenced from:
_OBJC_CLASS_$_CustomStoreProductViewController in UnityAds(UnityAds)
"_OBJC_METACLASS_$_SKStoreProductViewController", referenced from:
_OBJC_METACLASS_$_CustomStoreProductViewController in UnityAds(UnityAds)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)*
I started to think that it was due to not having in-app purchases set up due to [this thread](http://forum.unity3d.com/threads/needing-a-little-help-ios-under-unity-5.295678/).
I am not so sure this is the problem. [I asked this over on the Unity Ads forum](http://forum.unity3d.com/threads/which-type-of-in-app-purchases-are-needed-on-ios.378871/) and haven't gotten any solid answers yet.
Why am I getting this error? Do I need in-app purchases? If I do need in-app purchases, which type?
Thanks in advance!
↧