Code Monkey home page Code Monkey logo

Comments (11)

peterkuch avatar peterkuch commented on June 2, 2024 4

because ios v15 not found a resource from pod file of the lib. if you want to resolve it please follow

  1. Copy all from FlagKit.xcassets inside Flag lib pod to your app assets folder
  2. Update code looks like my photo attach
    2021-10-20 18 26 39
    2021-10-20 18 26 23

from flagphonenumber.

UtkuDalmaz avatar UtkuDalmaz commented on June 2, 2024 2

same here

from flagphonenumber.

gruzd1sok avatar gruzd1sok commented on June 2, 2024

hi, are u fixed this? I have the same issue

from flagphonenumber.

shafqat-muneer avatar shafqat-muneer commented on June 2, 2024

Above solution is required modification in POD file. Any proper solution for this issue?

from flagphonenumber.

shafqat-muneer avatar shafqat-muneer commented on June 2, 2024

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"

from flagphonenumber.

tolik85 avatar tolik85 commented on June 2, 2024

Above solution is required modification in POD file. Any proper solution for this issue?

Fork this library and make the necessary changes.

from flagphonenumber.

ramgopal-zopsmart avatar ramgopal-zopsmart commented on June 2, 2024

Hi, did any have got permanent solution for this?

from flagphonenumber.

tabrezp avatar tabrezp commented on June 2, 2024

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:

#193

from flagphonenumber.

nagmani123 avatar nagmani123 commented on June 2, 2024

@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

from flagphonenumber.

peterkuch avatar peterkuch commented on June 2, 2024

@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?

from flagphonenumber.

peterkuch avatar peterkuch commented on June 2, 2024

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.

from flagphonenumber.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.