| Article: |
PBTOMAKE -- Xcode to Unix | |
| Subject: | *** ERROR no executiable target found | |
| Date: | 2008-09-03 11:26:24 | |
| From: | jimschimpf | |
|
This message comes from the CPMaker.cp code where it is trying to read your project file and cannot find a target it knows about. If you point at your project in the FINDER and say show package contents. You will see a number of files in there if you open the pbxproj file (in a text editor) and look for the section PBXFileReference you will see all the files in your build. In there it has to find the string explicitFileType = "compiled.mach-o.executable" and that is the target executable for this project. If you aren't building that sort of thing then the program is a little confused and fails with this error.
|
||
Showing messages 1 through 1 of 1.




Thanks for your quick reply. So I checked the project.pbxproj file and I found the tag explicitFileType = wrapper.application.
To test what will happans, I changed wrapper.application to compiled.mach-o.executable. And a new error was raised:
-- Parse Done --
*** ERROR no C/C++ files found
** Parse failed **
As my project is coded in Objective-C (it is an iPhone project). Does pbtomake support Objective-C ?
Best regards,
Quentin ARNAULT