Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error (Xcode): Framework 'smart_auth' not found #39

Open
canbi opened this issue Jan 18, 2025 · 0 comments
Open

Error (Xcode): Framework 'smart_auth' not found #39

canbi opened this issue Jan 18, 2025 · 0 comments

Comments

@canbi
Copy link

canbi commented Jan 18, 2025

If you encounter this error while running the iOS simulator, I resolved it by following the steps and redownloading all the pods, which allowed me to successfully run it on the simulator again.

flutter clean
rm -Rf ios/Pods
rm -Rf ios/.symlinks
rm -Rf ios/Flutter/Flutter.framework
rm -Rf ios/Flutter/Flutter.podspec
flutter pub get
cd ios
pod install # (or on an M1+ mac: arch -x86_64 pod install)
cd ..
flutter build ios
flutter run

source: https://stackoverflow.com/a/65459404

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant