I have built in flutter, and published an app for the google play store. Now i have gotten an apple developer account wanting to publish it there too. Since i do not have a MacBook i opted to build it using Codemagic. It's a cool tool. I put my code on GitHub and everything seemed to work fine. But after around 20 minutes or so of codemagic building i get this error.
== Building for iOS ==
== /usr/local/bin/flutter build ios --release --no-codesign ==
Warning: Building for device with codesigning disabled. You will have to manually codesign before deploying to device.
Building com.truth.tab for device (ios-release)...
Running pod install... 306.3s (!)
Running Xcode build...
Xcode build done. 1487.2s
Built /Users/builder/clone/build/ios/iphoneos/Runner.app.
ERROR! Did not find matching provisioning profiles for code signing!
Building with Xcode 11.3.1 (11C505)
== xcodebuild -workspace Runner.xcworkspace -scheme Runner -config Release archive COMPILER_INDEX_STORE_ENABLE=NO ==
❌ error: Signing for "Runner" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'Runner' from project 'Runner')
Build failed :|
Running xcodebuild failed
Does anyone know how to solve this issue? I can't be the only one who's gotten it. I am using Android Studio and Flutter to develop this app.