I can’t build Xcode with my project in unity 5, but i can build this with unity 4.6
my error :
Plugin ‘StoreProductView.h’ is used from several locations:
Assets/Plugins/StansAssets/IOS/StoreProductView.h would be copied to /StoreProductView.h
Assets/Plugins/IOS/StoreProductView.h would be copied to /StoreProductView.h
Plugin ‘iAdBannerController.h’ is used from several locations:
Assets/Plugins/IOS/iAdBannerController.h would be copied to /iAdBannerController.h
Plugins colliding with each other.
ArgumentException: get_dataPath can only be called from the main thread.
Constructors and field initializers will be executed from the loading thread when loading a scene.
Don’t use this function in the constructor or field initializers, instead move initialization code to the Awake or Start function.
FileManager…cctor ()
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for FileManager
Setup…ctor ()
Please help ! Thank so much !