Search Issue Tracker
Not Reproducible
Votes
8
Found in
5.4.1f1
Issue ID
833773
Regression
No
[iOS] "Project.xcworkspace" and "Unity-iPhone.xcodeproj" "doesn't exist" when using "Build and Run" to build a broken project
Reproduction steps:
1. Open the attached "Stripped" project.
2. Make sure "Xcode" is not open in the background.
3. Build and run it for iOS.
- Errors are thrown:
-The file “project.xcworkspace” doesn’t exist.
-The file “Unity-iPhone.xcodeproj” doesn’t exist.
- Editor tries to open the empty Xcode project and hangs for some time.
Notes:
- This issue is provoked by "UnusedBytecodeStripper2" when "Api Compatibility Level" is set to ".NET 2.0 subset" and "Scripting Backend" to "IL2CPP"( This is not an actual issue ).
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
JesterGameCraft
Jun 05, 2017 14:14
In case this helps someone. At least in my scenario it turned out to be WRP FBX Exporter 1.0.1 available in the Asset Store. When I had this plugin present in my project it caused this issue. Once I removed this plugin the problem went away. It could be plugin or Unity not playing nice. Not sure which. I'll let the author of the plugin know in the forums.
JesterGameCraft
Jun 04, 2017 21:42
Is there a way to recover from this?