libPhoneNumber-iOS icon indicating copy to clipboard operation
libPhoneNumber-iOS copied to clipboard

Latest version on Cocoa pods incorrect?

Open nathan-fiscaletti opened this issue 5 years ago • 7 comments

Why is the latest version on github 1.0.2 but the latest version available on cocoa pods 0.9.15?

nathan-fiscaletti avatar Jan 06 '21 19:01 nathan-fiscaletti

I got this question to. The cocoa is not updated ?

tukestolo avatar Feb 01 '21 13:02 tukestolo

In addition, we see a compile error when building with cocoapods -

 The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.4.99.

I believe this can be fixed by just adding to the podspec -

s.platform = :ios, '13.0'

-Thanks!

LowAmmo avatar Feb 12 '21 17:02 LowAmmo

it's because the podspec file is invalid

[!] Failed to load 'libPhoneNumber-iOS' podspec: 
[!] Invalid `libPhoneNumber-iOS.podspec` file: syntax error, unexpected '<'
<!DOCTYPE html>
^

you can directly point to the git in the meantime till somebody fixes it pod 'libPhoneNumber-iOS', :git => 'https://github.com/iziz/libPhoneNumber-iOS'

AMORFATI-TRL avatar Feb 15 '21 00:02 AMORFATI-TRL

you can directly point to the git in the meantime till somebody fixes it pod 'libPhoneNumber-iOS', :git => 'https://github.com/iziz/libPhoneNumber-iOS'

This won't work if you are using spec.dependency unfortunately. It only works in a Podfile, not a podspec 😞

ls-philippe-casgrain avatar Jun 12 '21 02:06 ls-philippe-casgrain

Any progress about this? All users of this great library would love to see the latest changes available through CocoaPods.

adrian-niculescu avatar Jul 06 '21 11:07 adrian-niculescu

HI! Is this abandoned?

adrian-niculescu avatar Apr 11 '22 07:04 adrian-niculescu