2018.3.b8 Cloud Build Fail

I have not been able to get a successful iOS cloud build since b6.

Here is the relavent errors from the cloud build compact log. Any ideas where I might look to get this working?:

1788: ▸ :x:; ld: bitcode bundle could not be generated because ‘/BUILD_PATH/jeffweber.just-flip.default-ios/JustFlipUnity/temp.XXXXXX20181104-8377-1r4joyc/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
1789: ▸ :x:; clang: error: linker command failed with exit code 1 (use -v to see invocation)

1790: :warning:; /BUILD_PATH/jeffweber.just-flip.default-ios/JustFlipUnity/temp.XXXXXX20181104-8377-1r4joyc/Classes/Unity/WWWConnection.mm:398:52: ‘initWithRequest:delegate:startImmediately:’ is deprecated: first deprecated in iOS 9.0 - Use NSURLSession (see NSURLSession.h) [-Wdeprecated-declarations]
1791: :warning:; /BUILD_PATH/jeffweber.just-flip.default-ios/JustFlipUnity/temp.XXXXXX20181104-8377-1r4joyc/Classes/Unity/DeviceSettings.mm:273:1: control may reach end of non-void function [-Wreturn-type]
1792: :warning:; /BUILD_PATH/jeffweber.just-flip.default-ios/JustFlipUnity/temp.XXXXXX20181104-8377-1r4joyc/Classes/Unity/WWWConnection.mm:223:27: implicit conversion loses integer precision: ‘NSInteger’ (aka ‘long’) to ‘unsigned int’ [-Wshorten-64-to-32]
1793: :warning:; /BUILD_PATH/jeffweber.just-flip.default-ios/JustFlipUnity/temp.XXXXXX20181104-8377-1r4joyc/Classes/Unity/WWWConnection.mm:398:52: ‘initWithRequest:delegate:startImmediately:’ is deprecated: first deprecated in iOS 9.0 - Use NSURLSession (see NSURLSession.h) [-Wdeprecated-declarations]
1794: :warning:; /BUILD_PATH/jeffweber.just-flip.default-ios/JustFlipUnity/temp.XXXXXX20181104-8377-1r4joyc/Classes/Unity/WWWConnection.mm:374:40: implicit conversion loses integer precision: ‘CFIndex’ (aka ‘long’) to ‘unsigned int’ [-Wshorten-64-to-32]
1795: :warning:; /BUILD_PATH/jeffweber.just-flip.default-ios/JustFlipUnity/temp.XXXXXX20181104-8377-1r4joyc/Classes/Unity/DeviceSettings.mm:273:1: control may reach end of non-void function [-Wreturn-type]

1796: :x:; ld: bitcode bundle could not be generated because ‘/BUILD_PATH/jeffweber.just-flip.default-ios/JustFlipUnity/temp.XXXXXX20181104-8377-1r4joyc/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
1797: :x:; clang: error: linker command failed with exit code 1 (use -v to see invocation)

Unity cloud build still fails for my iOS project on 2018.3 b9.

It appears to be an issue with Unity Analytics. Is this a known issue? Is there a work-around? Do I need to disable Unity Analytics?:

Hey @jeffweber ,
It appears that you were experiencing this issue.
This should now be resolved in Analytics package 3.2.0 and you should not be seeing this error in your build logs. Please let us know if that is not the case.

1 Like

Yep, all is working fine now. Thanks.