Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4.35f1
2019.4
2020.3
2021.1
2021.2
2022.1
Issue ID
1341559
Regression
No
Execute bits being removed from native plugin framework binary
Reproduction steps:
1. Open the project from the following drive link: https://drive.google.com/drive/folders/1HIYFzj2evgbAU3gnhMB_ie_rc0hFdLUh?usp=sharing
2. Build for iOS and open Xcode project generated
3. Go Product -> Archive and wait for the Archive to complete
4. Switch to the Report Navigator (View -> Navigators -> Reports)
5. Click the Archive in the Report Navigator
6. Scroll to the bottom of the main view
7. Expand "Copy Swift standard libraries into <projectname>.app" (burger button appears after selecting)
8. Observe the CopySwiftLibs tool log (image attached below)
Expected result: CopySwiftLibs tool finishes its work
Actual result: CopySwiftLibs tool exited with the message "Exiting early, found no Swift version in executables."
Reproducible with: 2019.4.30f1, 2020.3.19f1, 2021.1.23f1, 2021.2.0b13, 2022.1.0a10
Notes:
1. Step 1 is mandatory for each test session (if the project is reused, the bug won't reproduce).
2. In some versions, step 7 does not have projectname.app; there is a line called "Copy Swift standard libraries into".
3. Workaround is to execute "chmod a+x Frameworks/<plugin name>/Runtime/Plugins/iOS/<plugin name>.framework/<plugin name>" in build directory.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment