Skip to content
New issue

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

Weird PodFile after installing #41

Open
dolanmiu opened this issue Dec 28, 2018 · 0 comments
Open

Weird PodFile after installing #41

dolanmiu opened this issue Dec 28, 2018 · 0 comments

Comments

@dolanmiu
Copy link

When I use this add this plugin with tns add plugin, my PodFile now becomes:

Notice the use_frameworks! twice

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant