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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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…