Open peterkuch opened 3 years ago
hi, are u fixed this? I have the same issue
same here
because ios v15 not found a resource from pod file of the lib. if you want to resolve it please follow
Above solution is required modification in POD file. Any proper solution for this issue?
Another solution, if you remove to use application from pods and simply import the Sources repository in your project then no need to make changes mentioned in @peterkuch 's solution.
In this case, you also need to add following ObjectiveC Header Files into Bridging Header of projects:
#import "NBPhoneNumberUtil.h"
#import "NBPhoneNumber.h"
#import "NBAsYouTypeFormatter.h"
Above solution is required modification in POD file. Any proper solution for this issue?
Fork this library and make the necessary changes.
Hi, did any have got permanent solution for this?
Instead of using the resource_bundles
, if we use resources
, the issue will get fixed. Have tested this in my app. I have opened a pull request to fix this issue:
@peterkuch implementation After Follow the Following Steps go to info>URLTYPES>addURL Schemes when you run code in simulator in production Target Give this error "app-1-74759610351-ios-65d438b8d66738a9e6a01a" copy this code and paste in addUrl Schemes
@peterkuch implementation After Follow the Following Steps go to info>URLTYPES>addURL Schemes when you run code in simulator in production Target Give this error "app-1-74759610351-ios-65d438b8d66738a9e6a01a" copy this code and paste in addUrl Schemes
What do you mean sir?
Another solution, if you remove to use application from pods and simply import the Sources repository in your project then no need to make changes mentioned in @peterkuch 's solution.
In this case, you also need to add following ObjectiveC Header Files into Bridging Header of projects:
#import "NBPhoneNumberUtil.h" #import "NBPhoneNumber.h" #import "NBAsYouTypeFormatter.h"
We don't want to use ObjectiveC Bridging , we don't want to import all code to our project.
with the latest Xcode 13 we testing directly from Xcode that ok flag icon has but when download from test flight can't see it