Difference between revisions of "Xcode"
(Xcode description of run script) |
m (category!) |
||
Line 3: | Line 3: | ||
==Run Script== | ==Run Script== | ||
* in order to return an error, the (bash) script must use "exit" command with non-zero value | * in order to return an error, the (bash) script must use "exit" command with non-zero value | ||
+ | [[Category:Xcode]] |
Revision as of 12:53, 28 November 2015
The Apple' default IDE is quite hostile to FPC, since it doesn't provide any source of "native" integration. In order for the compiler to be called a custom Run Script is needed to be used.
Run Script
- in order to return an error, the (bash) script must use "exit" command with non-zero value