So I am experimenting with opening and viewing quicklime movies tonight. seed pretty easy and I imported the QT framework and used the #import <QTKit/QTKit.h>. I built the project and got this odd error I have never come across before?
I made an effort to fix it myself but it seems that the problem is that it can not find the QT Framework but I have verified that it is imported?
ld: warning: ignoring file /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime, missing required architecture x86_64 in file
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_QTMovie", referenced from:
objc-class-ref in TableViewController.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 made an effort to fix it myself but it seems that the problem is that it can not find the QT Framework but I have verified that it is imported?