-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not build the precompiled application for the device in IOS. #15
Comments
Looks like it can't find AudioKit for some reason. It should be installed by CocoaPods. What command are you running to build? Also, are you on Apple Silicon? I tried to reproduce this on my Intel Mac by cloning a fresh copy of the repo, like this, and everything looks fine:
|
I use Intel macOS to run and build with flutter command, and first, I install flutter_sequencer with pubspec.yaml but It can not work. |
Hey, can you try again? I just published a new version of the library which uses a different SFZ player library instead of AudioKit. |
I try both Github example and Cocoapods download, neither of two ways can not use.
|
The last time I ran into that particular issue, I ended up just recreating the whole iOS project. Anyway, if the example project builds, I would make sure your project's Podfile is similar to the example project's Podfile. Can you post your project's Podfile? Also can you post the output from |
This is my Podfile:
flutter doctor -v:
|
As title, when I tried to build my flutter project, it showed the message and error:
I have tried so many ways to solve the problem but had no idea.
Should I have to install some extensions or change some settings?
The text was updated successfully, but these errors were encountered: