Xcode version in iOS Cloud Builds + Error: OIDAuthorizationService+IOS.m normal armv7 objective-c
See original GitHub issueIs your feature request related to a problem? Please describe.
When trying to add the new “sign-in with Apple” feature with “nativescript-firebase” plugin, using cloud builds, we got this error : CONSOLE LOG file:///node_modules\nativescript-plugin-firebase\firebase.js:865:24: 'Error in firebase.login: ReferenceError: Can\134't find variable: ASAuthorizationAppleIDProvider'
Describe the solution you’d like Update tools (Xcode) in cloud builds infrastructre.
More info : https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/1491
Thank you.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
Resolving build errors from helper tools in Xcode Cloud and ...
Review common causes for failing Xcode Cloud builds that originate from helper tools running in a misconfigured build environment.
Read more >Apple LLVM Compiler 3.1 error clang - xcode - Stack Overflow
OK, what you need to do is go to build settings and scroll down to : Apple LLVM Compiler 3.1 - Language. Search...
Read more >iOS build errors from missing libraries - Unity Forum
I'm building for iOS on Unity Cloud and my game uses the Reign Ultimate Unified ... It's getting build errors when building the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am also getting errors with nativescript-plugin-firebase when doing a cloud build;
[19-11-25 23:38:34.694] Build failed. Build failed. Reason is: ‘Build failed with error code 2’. Additional information: [00:02:05.195] [WARN] ** ARCHIVE FAILED ** The following build commands failed: [00:02:05.197] [WARN] CompileC /tmp/builds//9294f26804c485b4e8c9d42c114a845a39a3a63c/6.2.2/6.2.0/which/platforms/ios/DerivedData/which/Build/Intermediates.noindex/ArchiveIntermediates/which/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/AppAuth.build/Objects-normal/armv7/OIDExternalUserAgentIOSCustomBrowser.o /tmp/builds//9294f26804c485b4e8c9d42c114a845a39a3a63c/6.2.2/6.2.0/which/platforms/ios/Pods/AppAuth/Source/iOS/OIDExternalUserAgentIOSCustomBrowser.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler CompileC /tmp/builds//9294f26804c485b4e8c9d42c114a845a39a3a63c/6.2.2/6.2.0/which/platforms/ios/DerivedData/which/Build/Intermediates.noindex/ArchiveIntermediates/which/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/AppAuth.build/Objects-normal/armv7/OIDExternalUserAgentIOS.o /tmp/builds//9294f26804c485b4e8c9d42c114a845a39a3a63c/6.2.2/6.2.0/which/platforms/ios/Pods/AppAuth/Source/iOS/OIDExternalUserAgentIOS.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler CompileC /tmp/builds//9294f26804c485b4e8c9d42c114a845a39a3a63c/6.2.2/6.2.0/which/platforms/ios/DerivedData/which/Build/Intermediates.noindex/ArchiveIntermediates/which/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/AppAuth.build/Objects-normal/armv7/OIDExternalUserAgentCatalyst.o /tmp/builds//9294f26804c485b4e8c9d42c114a845a39a3a63c/6.2.2/6.2.0/which/platforms/ios/Pods/AppAuth/Source/iOS/OIDExternalUserAgentCatalyst.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler (3 failures) [00:02:06.623] [ERROR] ** ARCHIVE FAILED **
Currently i don’t have issue with IOS like that. I’m on NS 6.3.3 and with package.json as below: “nativescript”: { “id”: “org.<>.<>”, “tns-ios”: { “version”: “6.3.0” }, “tns-android”: { “version”: “6.3.1” } }, “description”: “*****”, “license”: “SEE LICENSE IN <your-license-filename>”, “repository”: “<fill-your-repository-here>”, “dependencies”: { “@angular/animations”: “~8.2.0”, “@angular/common”: “~8.2.0”, “@angular/compiler”: “~8.2.0”, “@angular/core”: “~8.2.0”, “@angular/forms”: “~8.2.0”, “@angular/platform-browser”: “~8.2.0”, “@angular/platform-browser-dynamic”: “~8.2.0”, “@angular/router”: “~8.2.0”, “@nativescript/theme”: “~2.2.0”, “@ngx-translate/core”: “^11.0.1”, “nativescript-angular”: “~8.20.0”, “nativescript-geolocation”: “^5.1.0”, “nativescript-insomnia”: “^1.2.3”, “nativescript-oauth2”: “^2.3.0”, “nativescript-plugin-firebase”: “^10.3.3”, “nativescript-sha”: “^1.0.3”, “nativescript-ui-autocomplete”: “~6.0.0”, “nativescript-ui-calendar”: “~6.0.0”, “nativescript-ui-chart”: “~7.0.0”, “nativescript-ui-dataform”: “~6.0.0”, “nativescript-ui-gauge”: “~6.0.0”, “nativescript-ui-listview”: “~8.0.1”, “nativescript-ui-sidedrawer”: “~8.0.0”, “reflect-metadata”: “~0.1.12”, “rxjs”: “^6.5.4”, “tns-core-modules”: “~6.3.0”, “tns-platform-declarations”: “~6.3.0”, “zone.js”: “~0.9.1” }, “devDependencies”: { “@angular/compiler-cli”: “~8.2.0”, “@ngtools/webpack”: “~8.2.0”, “nativescript-dev-webpack”: “~1.4.0”, “typescript”: “~3.5.3” }, “gitHead”: “fa98f785df3fba482e5e2a0c76f4be1fa6dc7a14”, “readme”: “NativeScript Application” }