Prior to enabling Push Notifications within FF, deployment to the app store worked several times. As soon as I enabled it, I started getting the following error:Β
Failed to build iOS app
Error (Xcode): Signing for "ImageNotification" requires a development team. Select a development team in the Signing & Capabilities editor.
/Users/builder/clone/ios/Runner.xcodeproj
Encountered error while archiving for device. Build failed :|
Step 10 script Flutter build ipa and automatic versioning
exited with status code 1
I made sure to create the identifier in the apple account and named it imageNotification, and also made sure the bundle ID was right and added .imageNotification to the end of it. I also checked the box for Push Notifications within the apple account, and uploaded a certificate from my mac.Β
I even went into xcode locally and specified the Development Team like the error message indicated, but I don't see/know of a way to address anything like that in FF.
I'm new to FF and deployment, but as I mentioned, without push notification I can deploy without issues. Isn't FF pushing directly from FF to the App Store when I click deploy? Or is it doing something in the background with xcode, then deploying?
Ideas on how to fix this issue?