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
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
Add comment