Hello everyone I'm new to Macs and my girlfriend got me hooked on using my Macbook and I'm converting a wxWidgets project to wxMac application and everything is going smoothly except I'm my project is using FreeImage library and I'm getting this error when I start my software.
I edited the path so it was shorter and understandable and this appears before anything in my software even does anything.
I'm very new to using xCode with C++ and I don't know why this error appears if my application compiles with no errors. Is this error the same just like how Windows would complain about not finding a .dll? But in this case it's just not finding a framework file? How do I fix it? What file am I forgetting?
I would appreciate any help since I want to have my Mac as my main development platform for cross development when I'm away from the house.
Code:
dyld: Library not loaded: Libfreeimage-3.14.1.dylib-i386
Referenced from: (Path to project)/build/Debug/(Project Name)
Reason: image not found
I edited the path so it was shorter and understandable and this appears before anything in my software even does anything.
I'm very new to using xCode with C++ and I don't know why this error appears if my application compiles with no errors. Is this error the same just like how Windows would complain about not finding a .dll? But in this case it's just not finding a framework file? How do I fix it? What file am I forgetting?
I would appreciate any help since I want to have my Mac as my main development platform for cross development when I'm away from the house.
Last edited: