Giter Site home page Giter Site logo

Comments (5)

sderungs99 avatar sderungs99 commented on September 6, 2024 1

This issue is resolved with Flutter 3.10.1

As far as I am concerned, issue can be closed.

from sqlite3.dart.

simolus3 avatar simolus3 commented on September 6, 2024

Do the suggestions in this SO question help? But I'll definitely look into it as well.

from sqlite3.dart.

simolus3 avatar simolus3 commented on September 6, 2024

I couldn't reproduce this issue (I've created a new flutter project, added sqlite3_flutter_libs as a dependency and ran flutter run).

from sqlite3.dart.

sderungs99 avatar sderungs99 commented on September 6, 2024

Thanks. Let me try to replicate this again and provide more details about my environment.

For me, I also created a brand new project, added this dependency only and on 'flutter run' getting that build error I mentioned above.

from sqlite3.dart.

sderungs99 avatar sderungs99 commented on September 6, 2024

Hi, I replicated it again by creating a brand new project. Here is my command line prompt:

22:41:18:play % flutter create sim_problem
Signing iOS app for device deployment using developer identity: "Apple
Development: iOS Development (7NCSRB2Z7X)"
Creating project sim_problem...
Resolving dependencies in sim_problem... (1.1s)
Got dependencies in sim_problem.
Wrote 129 files.

All done!
You can find general documentation for Flutter at: https://docs.flutter.dev/
Detailed API documentation is available at: https://api.flutter.dev/
If you prefer video documentation, consider:
https://www.youtube.com/c/flutterdev

In order to run your application, type:

  $ cd sim_problem
  $ flutter run

Your application code is in sim_problem/lib/main.dart.

22:41:38:play % cd sim_problem
22:41:55:sim_problem % flutter run
Launching lib/main.dart on iPhone 14 Pro Max in debug mode...
Running Xcode build...
 └─Compiling, linking and signing...                      2,586ms
Xcode build done.                                           11.0s
[VERBOSE-2:FlutterDarwinContextMetalImpeller.mm(35)] Using the Impeller rendering backend.
Syncing files to device iPhone 14 Pro Max...                        42ms

Flutter run key commands.
r Hot reload. πŸ”₯πŸ”₯πŸ”₯
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).

A Dart VM Service on iPhone 14 Pro Max is available at:
http://127.0.0.1:54960/OMwFHPSqH40=/
The Flutter DevTools debugger and profiler on iPhone 14 Pro Max is available at:
http://127.0.0.1:9100?uri=http://127.0.0.1:54960/OMwFHPSqH40=/

Application finished.


22:42:30:sim_problem % flutter pub add sqlite3_flutter_libs
Resolving dependencies...
  collection 1.17.1 (1.17.2 available)
  matcher 0.12.15 (0.12.16 available)
  material_color_utilities 0.2.0 (0.5.0 available)
  source_span 1.9.1 (1.10.0 available)
+ sqlite3_flutter_libs 0.5.15
  test_api 0.5.1 (0.5.2 available)
Changed 1 dependency!


22:42:52:sim_problem % flutter run
Resolving dependencies...
  collection 1.17.1 (1.17.2 available)
  matcher 0.12.15 (0.12.16 available)
  material_color_utilities 0.2.0 (0.5.0 available)
  source_span 1.9.1 (1.10.0 available)
  test_api 0.5.1 (0.5.2 available)
Got dependencies!
Launching lib/main.dart on iPhone 14 Pro Max in debug mode...
Running pod install...                                             723ms
Upgrading Pods-Runner-frameworks.sh
Running Xcode build...
Xcode build done.                                            2.3s
Failed to build iOS app
Error (Xcode): File not found:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/u
sr/lib/arc/libarclite_iphonesimulator.a


Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)


Could not build the application for the simulator.
Error launching application on iPhone 14 Pro Max.
22:43:09:sim_problem %

Here is my flutter doctor output:

22:43:09:sim_problem % flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[βœ“] Flutter (Channel stable, 3.10.0, on macOS 13.3.1 22E261 darwin-arm64, locale en-SG)
[βœ“] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[βœ“] Xcode - develop for iOS and macOS (Xcode 14.3)
[βœ“] Chrome - develop for the web
[βœ“] Android Studio (version 2022.1)
[βœ“] VS Code (version 1.78.2)
[βœ“] Connected device (3 available)
[βœ“] Network resources

β€’ No issues found!

Hopefully this helps to analyse further?

from sqlite3.dart.

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.