Looking for help with package installation #154
Answered
by
orchetect
CharlyJazz
asked this question in
Q&A
-
I installed the package and copy paste this example. I am using a Mac M1 Laptop Sorry if I am such a big noob, I am new in swift! |
Beta Was this translation helpful? Give feedback.
Answered by
orchetect
Jan 3, 2023
Replies: 1 comment 1 reply
-
Make sure you add MIDIKit as a dependency to your project then ensure to link the library with your project if it isn’t already. Every Swift Package you use will require that you do that. There are also lots of complete example projects in the Examples folder you can check out. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
orchetect
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure you add MIDIKit as a dependency to your project then ensure to link the library with your project if it isn’t already.
Every Swift Package you use will require that you do that.
There are also lots of complete example projects in the Examples folder you can check out.