Search Issue Tracker
Fixed in 3.2.0
Votes
5
Found in [Package]
3.0.9
Issue ID
1092314
Regression
Yes
[iOS] Xcode fails to Archive Unity project generated with Analytics Library 3.0.9
This is a high priority issue. Xcode fails to archive even an empty project.
Steps:
1. Create a New Project
2. Build for Release for iOS
3. Open .xcodeproject
4. Menu bar: Product > Archive
Expected: Xcode generates project Archive
Actual: Xcode fails to generate Archive, an error is shown in Xcode:
ld: bitcode bundle could not be generated because '/.../build/Libraries/com.unity.analytics/iOS/platforminfo.a(PlatformInfo.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
or
ld: bitcode bundle could not be generated because '/.../Libraries/com.unity.analytics/iOS/platforminfo.a(PlatformInfo.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture arm64
Reproduced with: 2018.30b6, 2019.1.0a6 (1bd8cbecde85) (trunk)
Not reproduced with: 2018.2.13f1 (Analytics Library 2.0.16)
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
Add comment