0

I want to add a C++ Executable file to my App's MacOS Folder. The Executable file needs no plist or anything to run. It runs without any other files support. So i tried adding this file to my Xcode project , when i build my app, the binary resulted in Resources Folder.

The App is running fine, but i want the executable to be in Contents/MacOS folder. How to achieve this ..?

4

1 に答える 1

2

Create 'copy file' phase in your app's target.

于 2012-09-03T14:38:07.387 に答える