-
Notifications
You must be signed in to change notification settings - Fork 19
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
iOS CocoaPods Integration #2
Comments
@monove hmm not sure. This is what my Podfile looks like:
I'm not by any means an expert with CocoaPods. |
I guess I'm just looking for instructions on how to add the basic Segment library for iOS to make this plugin work. I've got it working smoothly on Android. I just have no experience installing CocoaPods. |
I've had the same problem. In the end I decided to use this plugin for installing CocoaPods |
I have installed CocoaPods in the
platforms/ios
folder using the following Pod file:When I then attempt to do a
cordova build ios
I get:What am I doing wrong? Or better yet, what are the exact steps I should take. Up until now I have not used CocoaPods at all.
The text was updated successfully, but these errors were encountered: