Coder Social home page Coder Social logo

Comments (8)

hitik-logistifie avatar hitik-logistifie commented on July 25, 2024 2

Worked 💯

Added the line in Podfile

Screenshot 2023-10-11 at 11 19 08 AM

Thanks @zakblacki 👍

Also, I am using in_app_webview so I had to do couple of more changes but finally the app compiled.

from intl_phone_number_input.

hitik-logistifie avatar hitik-logistifie commented on July 25, 2024 1

You have to set it on your podfile lower version

If your time allows, a demonstration will be really helpful.
Thanks : )

from intl_phone_number_input.

hitik-logistifie avatar hitik-logistifie commented on July 25, 2024

Hey @zakblacki how did you manage to use a lower version of phonenumberkit. I've recently updated xcode to 15 the package doesn't work anymore
error:
Swift Compiler Error (Xcode): Compiling for iOS 11.0, but module 'PhoneNumberKit' has a minimum deployment target of iOS 12.0:

from intl_phone_number_input.

m-amin avatar m-amin commented on July 25, 2024

Hi, has anyone solved this issue? I have the same problem with XCode Version 14.3.1. I changed
deployment target to 12.1 but still have this issue:

Swift Compiler Error (Xcode): Compiling for iOS 11.0, but module 'PhoneNumberKit' has a minimum deployment target of iOS 12.0:

from intl_phone_number_input.

zakblacki avatar zakblacki commented on July 25, 2024

You have to set it on your podfile lower version

from intl_phone_number_input.

m-amin avatar m-amin commented on July 25, 2024

You have to set it on your podfile lower version

@zakblacki what do you mean by a lower version? The deployment target to 11 ?

from intl_phone_number_input.

hitik-logistifie avatar hitik-logistifie commented on July 25, 2024
Screenshot 2023-10-10 at 4 42 29 PM

If you're suggesting to lower the version here, it is not an option for me. I think xcode 15 is not supporting iOS < 12.

from intl_phone_number_input.

zakblacki avatar zakblacki commented on July 25, 2024

add this line on your podfile

pod 'PhoneNumberKit/PhoneNumberKitCore', '~> 3.6.0'
on your project terminal do
flutter clean
flutter pub get
cd ios
pod cache clean
pod install or pod update

Screenshot 2023-10-10 at 4 42 29 PM If you're suggesting to lower the version here, it is not an option for me. I think xcode 15 is not supporting iOS < 12.

you can write manually 11.0

from intl_phone_number_input.

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.