Search for the following line in your project, it must be in ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh
file.
source="$(readlink "${source}")"
Replace that with:
source="$(readlink -f "${source}")"
Related Contents:
- Dart SDK is not configured
- How to create Toast in Flutter
- How can I add shadow to the widget in flutter?
- There are multiple heroes that share the same tag within a subtree
- Check whether there is an Internet connection available on Flutter app
- Flutter : Vertically center column
- Flutter: Filter list as per some condition [closed]
- How do I open a web browser (URL) from my Flutter code?
- Under which circumstances textAlign property works in Flutter?
- How can I layout widgets based on the size of the parent?
- Flutter Outline Shows “Nothing to show” in android studio
- Flutter- GestureDetector not working with containers in stack
- How to force a Flutter application restart (in production mode)?
- Disable a text edit field in flutter
- What is the caret sign (^) before the dependency version number in Flutter’s pubspec.yaml?
- The argument type ‘String’ can’t be assigned to the parameter type ‘Uri’
- How to listen focus change in flutter?
- ScrollController not attached to any scroll views
- How to add scroll indicator in ListView
- Flutter: BottomNavigationBar rebuilds Page on change of tab
- Navigator pass arguments with pushNamed
- Change background color of ListTile upon selection in Flutter
- How to use CustomMultiChildLayout & CustomSingleChildLayout in Flutter
- How to center only one element in a row of 2 elements in flutter
- border radius not apply inside container widget
- pull down to REFRESH in Flutter
- How to change OutlinedButton border color?
- VSCode Can’t Find the PATH To the Flutter SDK
- Flutter toolbar overlapping below status bar
- Update Gradle in Flutter project
- How to fix ‘net::ERR_CLEARTEXT_NOT_PERMITTED’ in flutter
- Change the default border color of TextFormField in FLUTTER
- Select all text inside TextField when it gets focus
- The argument type ‘Object’ can’t be assigned to the parameter type ‘ImageProvider’
- In Flutter, how do I pass data into a Stateless Widget?
- How to solve ‘ RenderBox was not laid out:’ in flutter in a card widget
- How can I dial the phone from Flutter?
- Dart equivalent of long? [duplicate]
- Flutter Error: Member not found: ‘UnicodeChar’ [closed]
- Error: Either zero or 2 or more [DropdownMenuItem]s were detected with the same value I/flutter (18363): ‘package:flutter/src/material/dropdown.dart’:
- setState does not update TextFormField when use initialValue
- a class method named ._() function in dart?
- Bottom overflow by 30px
- Flutter: Best way to get all values in a form
- How do I use Dart extension functions?
- Visual Studio not installed; this is necessary for Windows development
- flutter move floatingActionButton up 50 pixels
- How to change Flutter TextField border color on focus?
- Flutter – How create Container with width match parent?
- Flutter gridview inside listview