Bundled project has DEPLOYMENT_TARGET of 10.9, but podspec targets 10.10+
Opened this issue · 3 comments
slcott commented
Workaround: Edit the sample project Podfile to target 10.10 or later.
I get the following errors when I try to run the sample project:
Scotts-MBP:objc-zmq slcott$ cd Project/
Scotts-MBP:Project slcott$ pod install
Updating local specs repositories
CocoaPods 1.0.0.beta.8 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.
Analyzing dependencies
Fetching podspec for `objc-zmq` from `../objc-zmq.podspec`
[!] Unable to satisfy the following requirements:
- `objc-zmq (from `../objc-zmq.podspec`)` required by `Podfile`
- `objc-zmq (from `../objc-zmq.podspec`)` required by `Podfile`
- `objc-zmq (from `../objc-zmq.podspec`)` required by `Podfile`
- `objc-zmq (from `../objc-zmq.podspec`)` required by `Podfile`
- `objc-zmq (from `../objc-zmq.podspec`)` required by `Podfile`
Specs satisfying the `objc-zmq (from `../objc-zmq.podspec`)` dependency were found, but they required a higher minimum deployment target.
Specs satisfying the `objc-zmq (from `../objc-zmq.podspec`)` dependency were found, but they required a higher minimum deployment target.
Specs satisfying the `objc-zmq (from `../objc-zmq.podspec`)` dependency were found, but they required a higher minimum deployment target.
Specs satisfying the `objc-zmq (from `../objc-zmq.podspec`)` dependency were found, but they required a higher minimum deployment target.
Specs satisfying the `objc-zmq (from `../objc-zmq.podspec`)` dependency were found, but they required a higher minimum deployment target.
wulinfeng198810 commented
解决了吗?
wulinfeng198810 commented
I also encountered the same problem...
Bcow7 commented
Same problem