I’m completely new to xojo and picking up an existing project that someone else worked on
I’m able to build successfully(on a mac), but when I run the resulting app on the command line I get this:
[code]dyld: lazy symbol binding failed: Symbol not found: _ControlTransparentSetter
Referenced from: /Users/admin/workspace/crueraseandrestore/Builds - EraseAndRestore.xojo_project/OS X 64 bit/CRU.app/Contents/MacOS/./CRU
Expected in: /Users/admin/workspace/crueraseandrestore/Builds - EraseAndRestore.xojo_project/OS X 64 bit/CRU.app/Contents/MacOS/./…/Frameworks/XojoFramework.framework/Versions/A/XojoFramework
dyld: Symbol not found: _ControlTransparentSetter
Referenced from: /Users/admin/workspace/crueraseandrestore/Builds - EraseAndRestore.xojo_project/OS X 64 bit/CRU.app/Contents/MacOS/./CRU
Expected in: /Users/admin/workspace/crueraseandrestore/Builds - EraseAndRestore.xojo_project/OS X 64 bit/CRU.app/Contents/MacOS/./…/Frameworks/XojoFramework.framework/Versions/A/XojoFramework[/code]
I can’t find any references to ControlTransparentSetter in the project, in this forum, in the docs, or online in general
I’m from a Java background so this looks similar to a ClassNotFoundException to me?
Any help would be appreciated