Search Issue Tracker
By Design
By Design in 2023.3.X
Votes
1
Found in
2021.3.29f1
2022.3.8f1
2023.1.10f1
2023.2.0b6
2023.3.0a2
Issue ID
UUM-47928
Regression
No
[IL2CPP]Build fails with the error "undefined symbol: SyncFiles" when building with IL2CPP
Reproduction steps:
1. Open the attached project "ReproProj" with Android Platform
2. Build and Run
Expected result: Build successfully finishes
Actual result: Build fails with error “Building Library\Bee\artifacts\Android\iz17e\libil2cpp.so failed with output: ld.lld: error: undefined symbol: SyncFiles“
Reproducible with: 2021.3.29f1, 2022.3.8f1, 2023.1.10f1, 2023.2.0b6, 2023.3.0a2
Reproducible on: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Notes:
- Does not reproduce with Mono
- Reproduces with Windows Standalone Platform, error is similar but differs “LNK2019: unresolved external symbol SyncFiles referenced in function“
Comments (1)
-
Alecto111
Sep 06, 2023 06:12
Wanted to tell you thanks, I could build successfully after deleting or commenting on all dllimport codes in my project as I realised they do nothing important for the project. So huge thanks as you put me in the right direction, and you can close the bug. Thanks again.
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
This is a specific issue related to the project in this case.
Resolution Note (2023.3.X):
This is a specific issue related to the project in this case.