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
- Compiled Shader code has self-assignments and redundant code in the Shaders that use "enable_d3d11_debug_symbols"
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
- "Unable to get the list of approved APIs." is thrown when testing the App Packages with Windows App Certification Kit
Add comment