Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 569 Vote(s) - 3.47 Average
  • 1
  • 2
  • 3
  • 4
  • 5
xcode_backend.sh: no such file or directory. Do I need to create this file?

#11
What helped me was going under `PROJECT` -> `Info` -> `Configurations`

setting the following:
````
Debug:
Runner - None
fRunner - Debug

Release:
Runner - None
fRunner - Release

Profile:
Runner - None
fRunner - Generated
Reply

#12
I tried all solutions but no one worked :( , I think there is a something missing in the flutter folder so the fast simple solution is ;)

1. delete flutter folder
2. Download the stable branch straight from GitHub instead of using an archive (url:

[To see links please register here]

)

> git clone

[To see links please register here]

-b stable

3. Verify that the flutter/bin directory is in your PATH by running
echo $PATH



1.

flutter upgrade
flutter config enable-ios
flutter config enable-android
flutter doctor --android-licenses
flutter doctor -v

5. cd path/your_project_name

> flutter run ios -t lib/main.dart
Reply

#13
What worked for me was:

1) Removing my project ios folder.

(Save it elsewhere, as you will probably want to keep your Info.plist file and Podfile.)

2) Run ```flutter create .``` to build a new ios folder.

3) Replace new Info.plist and Podfile with originals.

(If you have firebase in your app as I did you likely will have to go into xcode and right-click on runner, add files to runner, and add your GoogleService-Info.plist)

4) ```flutter clean``` , ```flutter run```
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through