Search Issue Tracker
Fixed in 2021.1.X
Votes
0
Found in
2019.2
2020.2
Issue ID
1264973
Regression
No
DirectoryNotFoundException occurs when building a project from an Editor source build and "Install in Builds folder" is ticked
How to reproduce:
1. Build the Editor and iOS Player from source code
2. Open the user-supplied project "New Unity Project.zip"
3. In the Build Settings, switch to the iOS platform and check "Install in Builds Folder"
4. Build the "SampleScene" scene
Expected result: the scene is built successfully without errors
Actual result: a "DirectoryNotFoundException" error occurs
Reproducible with: 2019.2.21f1, 2019.3.16f1, 2019.4.6f1, 2020.1.3f1, 2020.2.0a21
Could not test with: 2018.4.26f1
First few lines of the error:
DirectoryNotFoundException: Could not find a part of the path "/Unity-iPhone.xcodeproj/project.pbxproj".
System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at <567df3e0919241ba98db88bec4c6696f>:0)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
- The "Install Packages" button misses tooltips that would explain its behaviors
Add comment