alerts-and-pickers icon indicating copy to clipboard operation
alerts-and-pickers copied to clipboard

Installation via CocoaPods

Open tnylee opened this issue 6 years ago • 19 comments

Can you make it possible to install via CocoaPods?

tnylee avatar Jan 22 '18 08:01 tnylee

Hi, A pull request has been submitted. https://github.com/dillidon/Alerts-Pickers/pull/11

Until it is validated and push on Cocoapods repository you can use the podspec to install locally using my repo

loicgriffie avatar Jan 22 '18 10:01 loicgriffie

any update on this?

Bernix01 avatar Jan 29 '18 14:01 Bernix01

@Bernix01 I have made the pull request with cocoa pods spec and code update to make class and method public to use with cocoapod installation. But merge request has been closed with no further explanation.

https://github.com/dillidon/alerts-and-pickers/pull/11

loicgriffie avatar Feb 09 '18 08:02 loicgriffie

Since I have no answer from @dillidon I have publish to the cocoa pods spec the AlertsPickers library. @dillidon if you want to merge I can make a pull request :)

Updating spec repo master


🎉 Congrats

🚀 RLBAlertsPickers (1.0) successfully published 📅 February 9th, 11:35 🌎 https://cocoapods.org/pods/RLBAlertsPickers 👍 Tell your friends!

loicgriffie avatar Feb 09 '18 10:02 loicgriffie

If you get an error while installing RLBAlertsPickers via CocoaPods. Try this in your Podfile.

pod 'RLBAlertsPickers', :git => 'https://github.com/loicgriffie/Alerts-Pickers.git', :branch => 'master'

Maximelc avatar Feb 28 '18 20:02 Maximelc

I tried to use this but its not working

VishalSharma91 avatar Apr 04 '18 04:04 VishalSharma91

@Maximelc unfortunately, pod "RLBAlertsPickers" does not support iOS10 as a minimum iOS version. Looking forward to having iOS 10+ support via pod

ADevelopStudio avatar May 30 '18 11:05 ADevelopStudio

@Maximelc Original Lib is not compatible for ios10 only ios11+ I can take some time to check if it can be as is compatible ios10 and if so will update pod accordingly

loicgriffie avatar May 30 '18 11:05 loicgriffie

@loicgriffie I saw but unfortunately I (and most likely lots of devs) had to support iOS10

ADevelopStudio avatar May 30 '18 12:05 ADevelopStudio

+1

adrianod1as avatar Nov 13 '18 14:11 adrianod1as

@Maximelc Original Lib is not compatible for ios10 only ios11+ I can take some time to check if it can be as is compatible ios10 and if so will update pod accordingly

Sorry i absolutely forgot to check for iOS10 compatibility. Give me one day or saw to check if it's heavy load work

loicgriffie avatar Nov 13 '18 15:11 loicgriffie

@Maximelc I just checked and pod is fine with ios10 with version 1.1

https://github.com/loicgriffie/Alerts-Pickers/blob/master/RLBAlertsPickers.podspec

loicgriffie avatar Nov 13 '18 15:11 loicgriffie

@loicgriffie im having issues while trying to install with support of ios10

pod 'RLBAlertsPickers', '~> 1.1.1'

[!] CocoaPods could not find compatible versions for pod "RLBAlertsPickers": In snapshot (Podfile.lock): RLBAlertsPickers (= 1.0) In Podfile: RLBAlertsPickers Specs satisfying the RLBAlertsPickers, RLBAlertsPickers (= 1.0) dependency were found, but they required a higher minimum deployment target

any suggestions?

cesarmtz93 avatar Feb 06 '19 18:02 cesarmtz93

Can you try to update to version 1.1.2 ?

loicgriffie avatar Feb 06 '19 19:02 loicgriffie

@loicgriffie thanks it worked!!!

cesarmtz93 avatar Feb 06 '19 19:02 cesarmtz93

@loicgriffie thanks it worked!!!

didn't work for me, please help

meetiosdev avatar Jan 28 '20 11:01 meetiosdev

remote: Repository not found. fatal: repository 'https://github.com/loicgriffie/Alerts-Pickers.git/' not found

suniljaiswal2014 avatar Dec 19 '20 11:12 suniljaiswal2014

If you get an error while installing RLBAlertsPickers via CocoaPods. Try this in your Podfile.

pod 'RLBAlertsPickers', :git => 'https://github.com/loicgriffie/Alerts-Pickers.git', :branch => 'master'

remote: Repository not found. fatal: repository 'https://github.com/loicgriffie/Alerts-Pickers.git/' not found

suniljaiswal2014 avatar Dec 19 '20 11:12 suniljaiswal2014

I can't install the repo, its requesting my githubg username and password

jocelina avatar Jan 11 '21 19:01 jocelina