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

Installing GCMPushPlugin via cocoapods #17

Open
Kurir opened this issue Dec 4, 2015 · 2 comments
Open

Installing GCMPushPlugin via cocoapods #17

Kurir opened this issue Dec 4, 2015 · 2 comments

Comments

@Kurir
Copy link

Kurir commented Dec 4, 2015

Hi All,

I have run into the "Google/Cloud Messaging.h file missing" error and so I am trying to install via cocoapods following Google's instructions, however I am getting an error whenever I run pod install:

Specs satisfying the 'Google/CloudMessaging' dependency were found, but they required a higher minimum deployment target.

If I try to cordova build ios, it fails at the missing file error.

I have set deployment target to 7.1, enabled modules and added $(inherited) to my other link flags.

My Podfile is:

xcodeproj '/Users/user/projects/tenant-app/platforms/ios/CordovaLib/CordovaLib.xcodeproj'

target 'CordovaLib' do

prod 'Google/CloudMessaging'

end

Any suggestions? This was really easy to set up for android, but is proving to be a real pain for ios.

@Kurir
Copy link
Author

Kurir commented Dec 14, 2015

Ended up being that I was using the wrong project to build against. I am now running into the much more common linking and bitcode issues on ios, but this can be closed now.

@turbobuilt
Copy link

Hello, how did you end up getting this working? I am having this same issue.

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