Search Issue Tracker
Fixed
Fixed in 2023.1.0a23
Votes
2
Found in
2023.1.0a18
Issue ID
UUM-19218
Regression
Yes
[IL2CPP][2023.1] Xcode Build fails with "no such file or directory" when building an exported project as universal binary with Script Debugging enabled
Reproduction steps:
# Open the user’s attached project
# Go to File > Build Settings
# In the Build Settings, check these options: Create XCode Project, Development Build, Script Debugging.
# Build the project
# Run the exported project in XCode.
Expected result: Build is played
Actual result: Build is failed with “Showing Recent Messages /[build directory]/clang:1:1: no such file or directory: 'Il2CppOutputProject/IL2CPP/libil2cpp/pch/pch-c.h'“
Reproducible with: 2023.1.0a2, 2023.1.0a18
Not reproducible with: 2020.3.41f1, 2022.1.23f1, 2022.2.0b15, 2023.1.0a1
Reproducible on: MacOS 12.6 (M1), MacOS 13.0 (M1), MacOS 12.6 (Intel)
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
- Editor freezes after some time when using NavMeshQuery::Raycast
- Cube is rendered green when its color is set to black and using the Lift Gamma Gain Volume interpolation
- Inner and outer exceptions are not unrolled correctly
- [iOS][WebGL] Audio Clip doesn't play when Load Type is set to Decompress On Load and iOS Silent Mode is enabled
- Crash on EditorBuildSettings::GetConfigObject when closing a specific project
ETGgames
Feb 15, 2023 14:12
this also happens without script debugging
ETGgames
Feb 13, 2023 11:28
Can this be fixed in 2022.2? Its quite a critical bug…