Difference between revisions of "Xcode"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "Xcode (not XCode) is a unified Apple IDE for OSX and iOS development. ==Xcode 7.0== * If after the update to the version your projects are failing to compile and you're using...")
 
m
Line 1: Line 1:
 
Xcode (not XCode) is a unified Apple IDE for OSX and iOS development.
 
Xcode (not XCode) is a unified Apple IDE for OSX and iOS development.
 +
 +
It must be installed on OSX in order to get all build utils, which FPC depends on.
  
 
==Xcode 7.0==
 
==Xcode 7.0==

Revision as of 15:23, 23 September 2015

Xcode (not XCode) is a unified Apple IDE for OSX and iOS development.

It must be installed on OSX in order to get all build utils, which FPC depends on.

Xcode 7.0

  • If after the update to the version your projects are failing to compile and you're using FPC 2.6.4 (or earlier) -> change your debug info type from "Automatic" to "Dwarf". Apple's linker stops supporting .stabs information (which is used by default).