Coder Social home page Coder Social logo

v2.3.2 iOS does not work about sqflite HOT 8 OPEN

spring321 avatar spring321 commented on July 30, 2024 1
v2.3.2 iOS does not work

from sqflite.

Comments (8)

alextekartik avatar alextekartik commented on July 30, 2024

v2.3.2 uses the new darwin shared implementation as described here. I don't know what you have tried and what kind of error you get. Can you try:

  • making sure you are using the latest flutter
  • flutter clean
  • deleting Podfile.lock and Pods folder

And if that does not work:

  • re-creating the ios project

Let me know if it works!

from sqflite.

jt274 avatar jt274 commented on July 30, 2024

Related issue - When installing pods I get the error No podspec found for 'sqflite' in '.symlinks/plugins/ios'

I have:

  • Deleted Podfile.lock, Pods folder, .symlinks folder
  • flutter clean
  • flutter pub get
  • pod install

Same error. Flutter and cocoapods are latest version.

from sqflite.

alextekartik avatar alextekartik commented on July 30, 2024

It seems that moving to the darwin (shared macos/ios) causes the issue, sorry. Does the issue happen on the example project or on a simple demo project?:

In both I can simply

  • create the project flutter create --platforms ios .
  • start the ios simulator
  • run flutter run

Sorry I cannot reproduce, ios project have always been a pain for me (I often have to re-create them)

from sqflite.

jt274 avatar jt274 commented on July 30, 2024

Sorry I cannot reproduce, ios project have always been a pain for me (I often have to re-create them)

Agreed, always a pain. This is an existing project, I am not sure how to fix it.

from sqflite.

davidmartos96 avatar davidmartos96 commented on July 30, 2024

What version of Flutter are you using? @jt274

from sqflite.

jt274 avatar jt274 commented on July 30, 2024

What version of Flutter are you using? @jt274

3.16.9

from sqflite.

jakcal avatar jakcal commented on July 30, 2024

I'm having the same issues here, I've just updated to Flutter V3.16.9 • channel stable.

from sqflite.

alextekartik avatar alextekartik commented on July 30, 2024

@jt274 @jakcal do you have more information than just "does not work". What kind of error do you get?

(edit ah ok sorry do you get: No podspec found for 'sqflite' in '.symlinks/plugins/ios'?)

Can you try the steps below in a console show me the output?

mkdir testiosapp
cd testiosapp
flutter create -t app --platforms ios .
flutter pub add sqflite
flutter build ios

If it fails, can you try dart pub cache repair and try the same steps?

from sqflite.

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.