You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to use setPixelFormat function I get the following error:
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime.tbd, missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks//QuickTime.framework/QuickTime.tbd
Undefined symbols for architecture x86_64:
"ofxHAPAVPlayer::getPixels()", referenced from:
ofApp::update() in ofApp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Using openframeworks 0.9.8 on a Macbook Pro with XCode.
The text was updated successfully, but these errors were encountered:
When I tried to use setPixelFormat function I get the following error:
Using openframeworks 0.9.8 on a Macbook Pro with XCode.
The text was updated successfully, but these errors were encountered: