-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Latest RestKit 0.10.3 podspec is broken #935
Comments
Fixed by CocoaPods/Core@4d26e36. |
@alloy How can I build with the latest Core? |
I have reverted the bad commit. Reopening because there is bug in CP. |
Got it, thanks. |
Also, in this case the podfile is wrong, just include RestKit and it will bring in the ORM correctly instead of before where you had to also include the Before my changes you couldn't just do |
( this change happened because we used to let subspecs inherit source paths but now don't ) |
Thanks - this fixed the problem for me. |
Still CP is broken with pre-release podspecs. |
Proper support should have been added in CocoaPods/Core@41444b3. |
Fixes the "multiple build commands" warning for ZXing
I'm getting an error with the latest RestKit 0.10.3 podspec:
CocoaPods/Specs@f04831f#RestKit/0.10.3/RestKit.podspec
My Podfile contains:
pod 'RestKit', '
> 0.10.3'> 0.10.3'pod 'RestKit/ObjectMapping', '
The previous podspecs 244d0fc and f793998 are fine.
Here is the error:
$ pod install
Analyzing dependencies
――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Report
Stack
Podfile
Error
――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
[!] Oh no, an error occurred.
Search for existing github issues similar to yours:
https://github.com/CocoaPods/CocoaPods/issues/search?q=Malformed+version+number+string+0.20.0-rc1
If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new
Don't forget to anonymize any private data!
The text was updated successfully, but these errors were encountered: