iziz

Results 21 comments of iziz

Sorry for late, I was very very very busy :( I recreated project last time, maybe I think it cause carthage error. So, did you meet that error again ?

That's too hard to change (It was registered in https://cocoapods.org/pods/libPhoneNumber-iOS) Anyway, is that file is actually exists at "libPhoneNumber-iOS/NBPhoneNumberUtil...." ?

Sorry for late, I was very very very busy :( I will make it until next week.

It was port from google's libphonenumber javascript, so that is not good with obj-c. Thanks, I will consider to change method logic for handling errors.

Sorry for late, I was very very very busy :( Would you try with 0.9.7 ?

Sorry for late, Could you check with latest updated code ?

Maybe you should check Podfile or some cache. http://cocoapods.org/?q=libPhoneNumber-iOS show 0.9.3

It works good with below code, I can't find out your issue. Show me your sample code to find issue. ``` NSLog(@"--------- %@", [phoneUtil getCountryCodeForRegion:@"KR"]); NSLog(@"--------- %@", [phoneUtil getCountryCodeForRegion:@"JP"]); ```