I recently started developing a project using flutter on M1 mac, all my dependencies work fine except google_sign_in .
the pod file and pubspec.yml
file are tagged. image1, image2
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
1 – delete podfile, podfile.lock and pods folder from
yourApp/ios
folder2 – run
flutter clean
3 – run
flutter pub get
4 – Go to the folder
yourApp/ios
and runpod update
5 – run
flutter build ios
fromyourApp
folderGoogleSigin package is not compatible with Apple silicon remove it from your project as it has now been a year and is unlikely to ever be supported