I have a simple FireMonkey application which loads an image file. It’s my first try with OSX. It’s started on OSX via paserver from the “scratch-dir”. But my image file is obviously not there and cannot be loaded. What do I have to do to make Delphi copy this image file to OSX or bundle it?
Share
If you manually copy the image to the Resource folder into the application bundle on your Mac, your application can access the file without specifying a path.
Unfortunately, I don’t know a way to get Delphi to include the file automatically.