I am getting an error when I try to run development build on iOS:
Could not build the precompiled application for the device.
Error (Xcode): Signing for "flutter_sequencer-flutter_sequencer" requires a development team. Select a development team in the Signing & Capabilities editor.
/<path>/bpm-calc-app/ios/Pods/Pods.xcodeproj
I can change the development team through XCode and run the app successfully in XCode, but I still can't run it through command/IDE (IntelliJ IDEA).
I am getting an error when I try to run development build on iOS:
I can change the development team through XCode and run the app successfully in XCode, but I still can't run it through command/IDE (IntelliJ IDEA).