-
Notifications
You must be signed in to change notification settings - Fork 206
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
pod update some framework not working #83
Comments
Hi @CodeEagle, could you provide the specific podfile and pod install output? (Pls run the pod install verbose mode) |
nope, just check out the step above |
Unfortunately, it's not enough for me to investigate it. |
em, Unfortunately |
Maybe this is just a dependency issue? Will update if it turns out to be a cocoapods-binary issue |
Podfile
Environment
Step to reproduce issue:
Log
|
I have same issue after trying to update one of the dependencies which has cp-binary enabled. The pod is specified with |
same question to me
As you see |
@muzee-bot Did your project path contains space? |
I have the same problem too, and the workaround is temporary remove then reinstall the pods that updated, like @fedulvtubudul said. |
This seems to be fixed by: #104 |
Reproduce
first add
pod 'SomePod'
pod install
and then update that pod
update podfile
pod 'SomePod', :git=>'....', :branch=>'master'
then
pod update SomePod --no-repo-update
will only update source file but not building framework
The text was updated successfully, but these errors were encountered: