I’m using xcode to compile a sketch that I plan on running on another computer.
Preferably without xcode.
I tried copying my entire openframeworks directory to the new computer and running the compiled app and I got this:
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
unknown required load command 0x80000022
I believe this means that one of the libraries it’s trying to link to at runtime can’t be found.
Is there a way to find out what library is missing?
What is the minimum amount of code I have to install to get my sketches to work?