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: ▸ ; 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: ▸ ; clang: error: linker command failed with exit code 1 (use -v to see invocation)
1790: ; /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: ; /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: ; /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: ; /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: ; /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: ; /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: ; 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: ; clang: error: linker command failed with exit code 1 (use -v to see invocation)