-
Notifications
You must be signed in to change notification settings - Fork 219
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
NoMethodError - undefined method `framework?' for true:TrueClass #254
Comments
Need a sample app. |
I just create a new project using:
then I change the .podspec file to :
then I commit then tag then push to remote when I tried to package the pod, I got the error: Command
Report
Stack
Plugins
Error
|
I check the source code and I found these:
And how can I fix this problem and successfully package my pod? |
Oh this bug is under cocoapods-packager plug in probably not working with the latest version. Transferring to that repo. |
Specify what you want like:
|
same question! resolved? |
how to solve this problem? |
same issue |
@lizuba yes, The new version of cocoapods uses Pod::BuildType to represent the build type.
Just select the replacement you need. |
@guzuqing |
@changwuguo 对的 |
The new version of cocoapods uses Pod::BuildType to represent the build type. @see CocoaPods#254
Command
Report
pod package HMIBaseline.spec.
success
i meet an error
Stack
Plugins
Error
The text was updated successfully, but these errors were encountered: