快速登录:  

Forum: VirtualDJ Plugins

话题: SDK8 skin interface in Xcode [SOLVED]

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Hey DJs!

It's being hard to make the SDK8 example of basic plugin with custom skin interface work in Xcode. The problem seems to be the linkage to the added resources, as the examples with default interface and dsp are working fine. Here are the error messages:

Apple Mach-O Linker (ld) Error Group
"_CFBundleCopyResourceURL", referenced from:
"_CFRelease", referenced from:
"_CFStringCreateWithCString", referenced from:
"_CFURLGetFileSystemRepresentation", referenced from:
"_kCFAllocatorDefault", referenced from:
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I've already tried to add the png and xml files both to the project folders and directly into the bundle.
Somebody knows how to make it work?

Thanks!
 

发表时间 Thu 13 Apr 17 @ 10:08 pm
SBDJPRO Infinity Member since 2006
You need to link CoreFoundation - go to your project settings, build phases, link binary with libraries and add it there :)
 

发表时间 Sat 15 Apr 17 @ 5:47 pm
SBDJ, you are THE GUY! :)
 

发表时间 Sat 15 Apr 17 @ 7:42 pm


(陈旧帖子或论坛版块会自动关闭)