Can't open project unity 5 in unity 4.6 , please help !

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 !

You can not open a unity 5.x project in unity 4.x without heavy corruption and data loss.

Looks like you have the plugin multible times in your porject.
under
Assets/Plugins/StansAssets/IOS/
and
Assets/Plugins/IOS/

you have to remove one of them to make it work.

1 Like

remove folder IOS? I trying…