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

Cocoapods and XCode #174

Closed
freescout-helpdesk opened this issue Sep 14, 2020 · 2 comments
Closed

Cocoapods and XCode #174

freescout-helpdesk opened this issue Sep 14, 2020 · 2 comments

Comments

@freescout-helpdesk
Copy link

When creating an iOS app in Firebase, it gives you some instructions for XCode:

  • Runs pod init and pod install
  • Add some code to AppDelegate class

Is it required to do pod init and pod install commands?

Where can we find AppDelegate class?

@andrehtissot
Copy link
Owner

This plugin describes the pod dependencies on "plugin.xml" file.
Cordova reads from it and triggers the pod install.

The SDKs install and "AppDelegate" configuration is automatic.

Just make sure you have a cocoapods version 1.8 or higher and cordova v9 or higher.

@freescout-helpdesk
Copy link
Author

Thanks

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

2 participants