Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

required a higher minimum deployment target error with CocoaPods #24

Closed
Isuru-Nanayakkara opened this issue Aug 25, 2016 · 5 comments
Closed

Comments

@Isuru-Nanayakkara
Copy link

Hi,

I'm trying to install this library via CocoaPods. I created an Xcode project (Xcode 7.3) and set its Deployment Target to 8.2.

Then I initialized the project by running pod init. Below is my Podfile.

platform :ios, '8.2'

target 'Messenger' do
  use_frameworks!

  pod 'NMessenger', '~> 1.0'

end

But when I run pod install, I get the following error.

[!] Unable to satisfy the following requirements:

  • NMessenger (~> 1.0) required by Podfile

Specs satisfying the NMessenger (~> 1.0) dependency were found, but they required a higher minimum deployment target.

Anything I'm missing?

@Isuru-Nanayakkara
Copy link
Author

Isuru-Nanayakkara commented Aug 25, 2016

I took a look at your podspec file and there it says the supported platform is iOS 9. This must be the cause of it. Soo which one should be changed? In your readme it says the library is supported iOS 8.2 upwards.

@atainter
Copy link
Contributor

#22 It supports 8.2+. We need to change the podspec file.

@Isuru-Nanayakkara
Copy link
Author

Awesome! Thanks.

@atainter
Copy link
Contributor

#26

@DavidSchechter
Copy link
Contributor

#27

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants