question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Firebase plugin Fail on IOS 9.2 ( XCode 7.2 )

See original GitHub issue

From @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:closed
  • Created 8 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
enchevcommented, Jan 18, 2016

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.

0reactions
francoroblescommented, Mar 25, 2018

Im experiencing the same error of @rsquared86

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found