We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
PBTOMAKE -- Xcode to Unix
|
Subject: |
|
*** ERROR no executiable target found |
Date: |
|
2008-09-04 02:43:12 |
From: |
|
quentin.arnault
|
Response to: *** ERROR no executiable target found
|
Hi,
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
|