Xcode Icon

Für Entwickler: Apple veröffentlicht Golden Master von Xcode 6.3.2

Am heutigen Tag hat Apple für Entwickler ein kleineres Update für die iOS- und OS X Entwicklungsumgebung Xcode veröffentlicht. Hierbei handelt es sich um eine Golden Master Version von Xcode 6.3.2. Das Update bringt einige Fehlerbehebungen mit sich und läuft laut Apple wesentlich stabiler.

Die neue Version steht registrierten Entwicklern über das Entwicklerportal kostenlos zum Download zur Verfügung und enthält das vollständige SDK für alle Apple Geräte, einige Fehlerbehebungen und Verbesserungen an der Programmiersprache Swift, dem „Playground Feature“, dem Account Management und einiges mehr. Weiter unten findet ihr eine vollständige Liste aller Änderungen.

Swift Compiler

• Fixed a regression in the compile time of larger projects using Swift frameworks or using projects supplied from external sources (e.g. CocoaPods). (20638611)

Account Management

• Xcode does not attempt to revoke and request a new certificate when the latest signing identity is already located in the keychain. (20659239)

Testing

• -[XCTestCase expectationWithDescription:] no longer takes a long time to return for some projects. (20588500)

Playgrounds

• The Assistant editor no longer loses its categories. (20163580)

General

  • Renaming a project does not crash Xcode or damage projects. (20642070)
  • Canceling a build now properly terminates running commands (including shell scripts) with the SIGINT signal, before sending SIGKILL. (20453317)