
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
맥 에서 오류코드가 뜨고 아이폰12 에서 확인이 안되네요, 혹시 다른 설정을 해줘야 하는게 있을까요?


#1 Xcode > Runner > Signing & Capabilities > Signing > ios 설정 오류에 대한 질문입니다.
Failed to register bundle identifier. The app identifier "com.example.mymemoAdmob" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again.
No profiles for 'com.example.mymemoAdmob' were found. Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.mymemoAdmob'.
#2 터미널에서 flutter run --release 설치 후 생기는 오류코드
Could not build the precompiled application for the device.
Error (Xcode): No profiles for 'com.example.mymemoAdmob' were found: Xcode couldn't find any iOS App Development
provisioning profiles matching 'com.example.mymemoAdmob'. Automatic signing is disabled and unable to generate a profile.
To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.
/Users/misty/Desktop/flutter/mymemo_admob/ios/Runner.xcodeproj
It appears that there was a problem signing your application prior to installation on the device.
Verify that the Bundle Identifier in your project is your signing id in Xcode
open ios/Runner.xcworkspace
Also try selecting 'Product > Build' to fix the problem.
Error running application on Sunjin Kwark.
