Skip to content
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

Bundled project has DEPLOYMENT_TARGET of 10.9, but podspec targets 10.10+ #24

Open
slcott opened this issue Apr 28, 2016 · 3 comments
Open

Comments

@slcott
Copy link

slcott commented Apr 28, 2016

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
Copy link

解决了吗?

@wulinfeng198810
Copy link

I also encountered the same problem...

@Bcow7
Copy link

Bcow7 commented Jun 15, 2016

Same problem

@jeremy-w jeremy-w changed the title pod install errors Bundled project has DEPLOYMENT_TARGET of 10.9, but podspec targets 10.10+ Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants