Trying to get openframeworks to create my application so that I can open it from anywhere, and it will load the desired images from the application resource folder.
I believe this is a relative relationship?
I did this before on earlier xcode and oF 61.
To do this, I dragged the desired images to the project file on the left and added it to the executable target using the “build phase” → “copy files”.
I tried all kinds of methods from SetDataPathRoot (), which solved the problem for the last time, does not work for me this time.
Any ideas / help would be appreciated!
thank
source
share