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 RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment