Git Product home page Git Product logo

Comments (1)

madmacc avatar madmacc commented on August 18, 2024

Solved the issue with changing
platform :ios, '11.0' to platform :ios, '12.0'
from platform/ios/Podfile file

Note that you need to add the following to capacitor.config.json or it will overwrite will the default of 11.0 when you run npx cap sync ios

 ios: {
    // Minimum iOS version supported by the project.
    // Default is 11.0
    minVersion: '11.3',
}

https://capacitorjs.com/docs/v2/config#configuration-file

However this causes other issues so I still can't use the package,

from capacitor-ios-autofill-save-password.

Related Issues (11)

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.