Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.3
Issue ID
1162171
Regression
Yes
[iOS] Unity fails to close Xcode during iOS build postprocessing stage
Steps to reproduce:
1) Set Xcode's DerivedData location to be relative.
2) Build an empty iOS project in Unity.
3) Open the build in Xcode.
4) Build the project in Unity on top of the old one.
Result: the build fails:
IOException: Directory /Users/vaidas/Downloads/eeveve/test/DerivedData/Unity-iPhone-ckfnsrzreliwhndtbdnhsjmtoxbo is not empty
System.IO.Directory.Delete (System.String path) (at <a8ed250850854b439cedc18931a314fe>:0)
System.IO.Directory.RecursiveDelete (System.String path) (at <a8ed250850854b439cedc18931a314fe>:0)
System.IO.Directory.RecursiveDelete (System.String path) (at <a8ed250850854b439cedc18931a314fe>:0)
System.IO.Directory.RecursiveDelete (System.String path) (at <a8ed250850854b439cedc18931a314fe>:0)
System.IO.Directory.Delete (System.String path, System.Boolean recursive) (at <a8ed250850854b439cedc18931a314fe>:0)
UnityEditor.iOS.PostProcessiPhonePlayer.UpdateInstallLocation (UnityEditor.iOS.PostProcessiPhonePlayer+ProjectPaths paths, UnityEditor.iOS.PostProcessiPhonePlayer+BuildSettings bs, UnityEditor.iOS.PostProcessiPhonePlayer+IncludedFileList includedFiles, UnityEditor.Build.Reporting.BuildReport buildReport) (at /Users/vaidas/trunk/PlatformDependent/iPhonePlayer/Extensions/Common/BuildPostProcessor.cs:1354)
UnityEditor.iOS.PostProcessiPhonePlayer.PostProcess (UnityEditor.iOS.PostProcessiPhonePlayer+BuildSettings bs, UnityEditor.iOS.PostProcessiPhonePlayer+ProjectPaths paths, UnityEditor.RuntimeClassRegistry usedClassRegistry, UnityEditor.Build.Reporting.BuildReport buildReport) (at /Users/vaidas/trunk/PlatformDependent/iPhonePlayer/Extensions/Common/BuildPostProcessor.cs:730)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Add comment