Post

Replies

Boosts

Views

Activity

Reply to error
What I found is package in your pubspec.yaml file is not updated to the latest Xcode. My solution was to install the previous version of XCode and add it to my 'Applications' folders as something like "Xcode14.2" Launch either Xcode the navigate to "Xcode -> Settings" Selected the "Locations" tab Tap "Command Line Tools:" Selected the previous version (in my calse "Xcode14.2") from the drop down. Should work now. EXTRA: To find which package(s) are not updated, open the Runner.xcworkspace in your flutter projects iOS folder and try to run the program from XCode. I get the name of the package that caused the error. Then you can contact the developer, find another package, or fork the existing cone
Apr ’23