Copy link to clipboard
Copied
I'm trying to follow the starting programming guide and I created the WriteFishPrice project with dolly
After adding the missing files The Xcode gave me the next error while compiling in Release (the debug mode is coupled well but I need the release)
Undefined symbols for architecture x86_64:
"InterfaceFactory::InterfaceFactory(IDType<ImplementationID_tag>, void* (*)(IPMUnknown*), void (*)(void*), int (*)(), void (*)(IPMUnknown*, IPMStream*, IDType<ImplementationID_tag>, int), void (*)(IPMUnknown*, IPMStream*, IDType<ImplementationID_tag>, int), void (*)(IPMUnknown*, IDType<ImplementationID_tag>))", referenced from:
__GLOBAL__sub_I_WFPActionComponent.cpp in WFPActionComponent.o
__GLOBAL__sub_I_WFPDialogController.cpp in WFPDialogController.o
__GLOBAL__sub_I_WFPDialogObserver.cpp in WFPDialogObserver.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I don't know what configuration is missing or what else do I need to add.
Solved, I forgot to select Release in the Target Membership of the added file
Copy link to clipboard
Copied
I'm using the SDK for CC 2018 and Xcode 8.2.1 in Sierra
Copy link to clipboard
Copied
Solved, I forgot to select Release in the Target Membership of the added file
Find more inspiration, events, and resources on the new Adobe Community
Explore Now