Ingreso rápido:  

Forum: VirtualDJ Plugins

Tema: SDK8 skin interface in Xcode [SOLVED]

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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!
 

Mensajes 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 :)
 

Mensajes Sat 15 Apr 17 @ 5:47 pm
SBDJ, you are THE GUY! :)
 

Mensajes Sat 15 Apr 17 @ 7:42 pm


(Los tópicos y foros antiguos son automáticamente cerrados)