This problems happens on all 5.x version, the resulting project fails to run on Xcode with this error:
ld: warning: directory not found for option ‘-L/Users/usuariomac/Desktop/TalesOfOrient_iOS/LibrariesPlugins/iOS’
ld: warning: directory not found for option ‘-F/Users/usuariomac/Desktop/TalesOfOrient_iOS/FrameworksPlugins/iOS’
On Xcode, Build Settings, Search Paths I can find :
$(PROJECT_DIR)/Frameworks\Plugins/iOS
I don’t know if this is auto-generated by Unity, but it seems the reason of the problem.\ instead of /?
My Game Name is Tales Of the Orient - The Rising Sun, I have a similar problem with Windows Store caused by “-” on my game name, so I don’ know if this is causing the problem on iOS.
Any thoughts?