I am trying to a build a framework for tvOS. I am able to generate the framework but when I link against it, with a sample app there are problems.
I get following errors:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_MyTestClass", referenced from:
objc-class-ref in MyViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The built for the device works just fine.
This is the build configuration for the framework.
Any ideas what could be wrong?