We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use this add this plugin with tns add plugin, my PodFile now becomes:
tns add plugin
Notice the use_frameworks! twice
use_frameworks!
use_frameworks! target "nativescriptapp" do # Begin Podfile - /Users/dolan/tube-map-live/nativescript-app/node_modules/nativescript-svg/platforms/ios/Podfile # Uncomment the next line to define a global platform for your project # platform :ios, '9.0' use_frameworks! pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :branch => '2.x' # End Podfile # Begin Podfile - /Users/dolan/tube-map-live/nativescript-app/node_modules/nativescript-plugin-firebase/platforms/ios/Podfile platform :ios, '9.0' pod 'Firebase/Core', '~> 5.15.0' # Authentication pod 'Firebase/Auth' # Realtime DB #pod 'Firebase/Database' # Cloud Firestore (sticking to 0.14 for now because of build error - see https://github.com/firebase/firebase-ios-sdk/issues/2177) pod 'FirebaseFirestore', '~> 0.14.0' # Remote Config #pod 'Firebase/RemoteConfig' # Performance Monitoring #pod 'Firebase/Performance' # Crash Reporting #pod 'Firebase/Crash' # Crashlytics #pod 'Fabric' #pod 'Crashlytics' # Firebase Cloud Messaging (FCM) #pod 'Firebase/Messaging' # Firebase Cloud Storage #pod 'Firebase/Storage' # Firebase Cloud Functions #pod 'Firebase/Functions' # AdMob #pod 'Firebase/AdMob' # Invites #pod 'Firebase/Invites' # Dynamic Links #pod 'Firebase/DynamicLinks' # ML Kit #pod 'Firebase/MLVision' #pod 'Firebase/MLVisionTextModel' #pod 'Firebase/MLVisionBarcodeModel' #pod 'Firebase/MLVisionFaceModel' #pod 'Firebase/MLVisionLabelModel' #pod 'Firebase/MLModelInterpreter' # Facebook Authentication pod 'FBSDKCoreKit', '~> 4.38.0' pod 'FBSDKLoginKit', '~> 4.38.0' # Google Authentication pod 'GoogleSignIn' # End Podfile end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use this add this plugin with
tns add plugin
, my PodFile now becomes:Notice the
use_frameworks!
twiceThe text was updated successfully, but these errors were encountered: