Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0f3
Issue ID
866673
Regression
No
[iOS] Framework search path on generated Xcode project is incorrect if path contains spaces
Reproduction Steps:
1. Open "SampleProject.zip" project
2. Buil for iOS
3. Open with Xcode
4. Notice that Build Settings > Framework Search Path is wrong.
It shows: "(PROJECT_DIR)/Frameworks/Plugins/iOS/Cinemur"
Folder should be named: "Cinemur Player"
5. Build with Xcode
6. Notice that error is thrown:
Linker command failed with exit code 1 (use -v to see invocation)
Expected behaviour: Unity generates correct paths even if it contains spaces.
Actual result: Unity stops reading path after it reaches space, therefore path is incorrect.
Possible solution: Adding double quotes to the beginning and end of path.
Reproduced on versions: Unity 5.4.4f1, 5.5.0p3, 5.6.0b3
Reproduced on Xcode 8.2 beta 2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment