-
Notifications
You must be signed in to change notification settings - Fork 10
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
I'm getting error when trying to use plugin in podfile #1
Comments
same, on this line
|
You can Fix it by going to this folder: copy the "podfile_options.rb" file to your desktop change the original file name to "podfile_options_old.rb" edit the copied file by change the: save the file. you will need Admin permissions so probably you will enter your Mac password couple of times. |
Could be due to this issue #3 |
Probably, the in version 1.9.1 Cocoapods changed it from 'Pod::Target::BuildType' to 'Pod::BuildType' |
@dudihisine you're right on the money. Looks like the namespace updated in 1.9.1. I'll begin working on a fix for this. |
This is now fixed in v0.0.7. See c9077a0. |
pod version 1.5.3: has same error |
The text was updated successfully, but these errors were encountered: