1-) FLUTTER - MAC makineye certifikalı profil ekleme
Runner veya Target da sign in i automatiği kapatıp -> manuel profili indirip import etttik. İOS Distiribiton esçtik.
kaynak : https://www.youtube.com/watch?v=onV2Sip8rtM
kaynak 1 : https://stackoverflow.com/questions/45204842/xcode-8-asks-for-a-device-to-be-registered-to-create-provisioning-profile
Android studio terminalinden aşağıdakileri yap
rm -rf Pods
rm -rf Podfile.lock
rm -rf ~/.pub-cache/hosted/pub.dartlang.org/
pod cache clean --all
flutter clean
flutter pub get
pod repo update
pod install
ardından
flutter build ios --> dedikten sonra hiç hata olmaması lazım
https://www.youtube.com/watch?v=Lt5gtFVKFfI
cmd -> brew install cocoapods