ionutale / ImagePickerWhatsApp

An Image and Video Picker or capture similar to the whatsup one
MIT License
8 stars 3 forks source link

Cocoa Pod not working #1

Open rajendersha opened 6 years ago

rajendersha commented 6 years ago

Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "ImagePickerWhatsApp": In Podfile: ImagePickerWhatsApp

Specs satisfying the ImagePickerWhatsApp dependency were found, but they required a higher minimum deployment target.

ionutale commented 6 years ago

For what version do you need it ?

Sent from my iPhone

On 28 Jun 2018, at 08:36, Kumar notifications@github.com wrote:

Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "ImagePickerWhatsApp": In Podfile: ImagePickerWhatsApp

Specs satisfying the ImagePickerWhatsApp dependency were found, but they required a higher minimum deployment target.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

rajendersha commented 6 years ago

iOS 10

ionutale commented 6 years ago

ok, I will have a look and fix it by tomorrow.

rajendersha commented 6 years ago

thanks a lot

ionutale commented 6 years ago

hi, i've fix the issue. i don't have a iOS 10 device so i've tested on simulator. Please check and let me know if you have any other issues.

PS: i don't know if cocoapod will update so fast, i suggest you to use

  pod 'ImagePickerWhatsApp', :git => 'https://github.com/jhonyourangel/ImagePickerWhatsApp.git'

instead of

  pod 'ImagePickerWhatsApp'
rajendersha commented 6 years ago

Thanks a lot man, I will test and let you know soon.

ionutale commented 6 years ago

Hey Raj, how is it going ? are u still using this pod or you changed to another one ?

rajendersha commented 6 years ago

Thanks Jhony, cocoa pod is working now.