Firebase plugin Fail on IOS 9.2 ( XCode 7.2 )
See original GitHub issueFrom @wisonye on January 14, 2016 8:58
Before I upgrade to IOS 9.2( XCode 7.2 ), everything is fine, but my Iphone upgrade to IOS9.2, then I also update to new XCode, after I upgraded, seems some plugins not work, for example “firebase”, right now cannot run, the error looks like this:
=== BUILD TARGET NativeScriptProject OF PROJECT NativeScriptProject WITH CONFIGURATION Debug ===
Check dependencies
CodeSign error: entitlements are required for product type 'Application' in SDK 'Simulator - iOS 9.2'. Your Xcode installation may be damaged.
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
Command xcodebuild failed with exit code 65
# run ios
If I remove the plugin it can open fine( but of course my app will crash when running the firebase part ):
tns plugin remove nativescript-plugin-firebase
I’ve already modified the Pod file to use latest version of firebase( 2.5.0 ), still not work, any help on this 😦
Copied from original issue: NativeScript/NativeScript#1372
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Firebase Apple SDK Release Notes - Google
Added notification support for iOS 16 simulators on Xcode 14. ... Fixed an issue that downloading an image failed when there's no extension...
Read more >Flutter build ios failing with: Error running pod install
To summarize a few keypoints here: Your cocoapods installation was broken. So try removing the brew version first via "brew uninstall ...
Read more >CocoaPods Fails On Apple Silicon | Apple Developer Forums
Hi, I was trying to build my app on Apple Silicon on a DTK, but it fails, because the RubyGems is ... 7...
Read more >CocoaPods Gradle plugin: podBuildDependencies task fails ...
CocoaPods Gradle plugin: podBuildDependencies task fails with error code 65 when depending on Firebase with Xcode 12.1 and CocoaPods 1.9.x ...
Read more >Firebase Auth for iOS issue - Google Groups
When I start to run my app from Android Studio it fails. Failed to build iOS app. Error output from Xcode build: ↳...
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 FreeTop 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
Top GitHub Comments
Hey @jlooper,
We are still not sure what is causing this error. It works perfectly on some of the machines (like mine) and we receive reports for problems on other. Once we have more info we will announce it! In the meantime maybe it will be wise to hold any upgrades.
Im experiencing the same error of @rsquared86