I’ve got console app in Xcode which uses Core Data and should get one parameter from console. Problem is it builds without packaging into .app file. So I can’t even launch it from terminal, not even pass it a parameter. Maybe I missed some project settings, allowing me to do this?
Share
you should run the actual program within the app e.g.
./MyProgram.app/Contents/MacOS/MyProgramif you are in the directory that contains the .app.