Hello:
I have a Flutter App developed on Windows in Android Studio, and all works perfectly. I need to test some IOS functions, so need to bring it over to my MAC and open in XCode. and here are the steps I followed:
Copy Directory to mac
Open project in Android Studio on Mac
Run "flutter pub get"
open terminal in IOS folder
run pod install
open .xcworkspace in XCode
try to build and run
but unfortunately I am getting an error message:
I have tried 2 different Macs, and on both Catalina and Big Sur, but no lick. Can anyone help?