mikeperri / flutter_sequencer

A Flutter plugin for music sequencing.
Other
90 stars 38 forks source link

Development Team Error #38

Open iksent opened 1 year ago

iksent commented 1 year ago

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).

iksent commented 1 year ago
image
iksent commented 1 year ago

I found a solution here: https://stackoverflow.com/a/73839370/6909322