Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2019.4.X
Votes
1
Found in
2019.4.16f1
2020.1.9f1
Issue ID
1297289
Regression
Yes
[macOS] Build with IL2CPP scripting backend fails on Xcode
Reproduction steps:
1. Create a new project
2. Go Edit -> Project Settings -> Player
3. Switch Scripting Backend for Standalone to IL2CPP
4. Go File -> Build Settings
5. Enable "Create Xcode Project"
6. Press build, choose the build location and build the project
7. Open Xcode project generated
8. Try to deploy the project to a Mac device
Expected result: The project builds and launches successfully
Actual result: The build fails with "rm: /Users/<User><Xcodeproj path>/DerivedData/build/Build/Products/Debug//GameAssembly.map: No such file or directory" error
Reproducible with: 2019.4.13f1, 2019.4.16f1, 2020.1.9f1, 2020.1.17f1
Not reproducible with: 2019.4.12f1, 2020.1.8f1, 2020.2.0f1, 2021.1.0a1, 2021.1.0a9 (read note below)
Could not test with 2018.4.30f1, because the option to generate Xcode projects for Mac standalone is not available
Not reproducible with Mono
Notes:
1. On 2020.1.0f1, 2021.1.0a9 the application asks for access to files on Desktop (where the project is located), so that might have to do something with the fix
2. I was not able to find where the issue was fixed on the trunk (it doesn't seem it reproduced in any versions of 2020.2, 2021.1 streams so this might be backported)
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
- “Handles.Repaint called outside an editor OnGUI" error is thrown in the Console when creating a new Tile Palette from the Tile Palette Overlay in Scene view
- UI Shader Graph’s Main Preview has a right-click context menu with different preview options which do not work for a UI Shader Graph and does nothing when clicked
- Shader Graph window icon is blurry and low quality when the Shader Graph is created using the Universal 2D template
- “Export HDRP Sky to Image” command error message does not indicate that Game view must be visible
- Adaptive Performance Settings Framerate field doesn't display the "supported without VSync" warning, when the field is collapsed in Build Profiles
Resolution Note (fix version 2021.1):
No longer reproducible 2020.2.1f1 (might not reproduce in earlier 2020.2 as well)
Resolution Note (fix version 2019.4):
Fixed in 2019.4.21f1 (10a68b23ee76)