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
On a M1max 14" MBP. Tried with Xcode 13.3 and 13.4.
I've just tried adding a dropdown to my gui and when using the ofxDatGuiDropdownEvent, I get given a linker error:
ld: warning: ignoring file /Applications/Xcode-13.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/QTKit.framework/QTKit.tbd, missing required architecture arm64 in file /Applications/Xcode-13.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/QTKit.framework/QTKit.tbd
Undefined symbols for architecture arm64:
"ofApp::onDropdownEvent(ofxDatGuiDropdownEvent)", referenced from:
ofApp::setup() in ofApp.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I've checked the build phases -> compile sources section and it shows that both the main .cpp source files are included for compilation.
Not sure what's happening because I also have two sliders and a button that work just fine.
If I comment out the event handler call in setup(), then it compiles successfully.
On a M1max 14" MBP. Tried with Xcode 13.3 and 13.4.
I've just tried adding a dropdown to my gui and when using the
ofxDatGuiDropdownEvent
, I get given a linker error:I've checked the build phases -> compile sources section and it shows that both the main .cpp source files are included for compilation.
Not sure what's happening because I also have two sliders and a button that work just fine.
If I comment out the event handler call in setup(), then it compiles successfully.
ofApp.cpp
ofApp.h
📌 Here is the documentation for dropdowns
The text was updated successfully, but these errors were encountered: