简体   繁体   中英

Using JUCE Modules in an existing Objective-C iOS project in Xcode 6

I'm trying to somehow add and use the JUCE modules in my existing iOS project in Xcode 6. I've added the files, but I don't know how to include the headers such as JuceHeader.h, etc. to my project. I searched a lot to find a step-by-step instruction for this task but I was not successful. I'll appreciate if somebody helps me with this problem. Thanks.

you can build the JUCE code as static library and use this library to link to your app. Include necessary file in your project and link your project against JUCE library.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM