Search Issue Tracker
Duplicate
Votes
0
Found in
2019.1.0a6
Issue ID
1092387
Regression
Yes
[IL2CPP] Building for iOS/Android fails with "Failed running UnityLinker.exe" error when 'Strip Engine Code' is enabled
Steps to reproduce:
1. Create a new Unity project
2. Switch to iOS/Android
3. Make sure that 'Scripting Backend' is set to 'IL2CPP' and 'Strip Engine Code' is enabled
4. Try to build the project
5. Notice the build fails with:
Failed running /Applications/Unity 2019.1.0a6/Unity.app/Contents/il2cpp/build/UnityLinker.exe
Note: Disabling stripping or changing scripting backend to Mono prevents this error and project builds successfully.
Reproduced with: 2019.1.0a6
Not reproducible with: 2019.1.0a5
Comments (1)
-
WhitEnamel
Jun 23, 2019 14:46
I have this issue in 2019.1.7f1. Mono backend works perfect but i need IL2CPP for ARM64! Build always fail.
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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
This is a duplicate of issue #1091245