Wednesday, November 13, 2013

Xcode 5.0 Release Notes

Xcode 5.0 Release Notes

Known Issues

Compiling: LLVM

  • Building a project from inside VMWare that is accessible via a VMWare shared folder can cause the compiler to crash.
    • Use AFP to share files instead. 14251948
  • In the 32-bit iOS 7.0 simulator, manually calling objc_msgSend_stret() with a nil receiver can corrupt the stack pointer.
    • Ensure that the receiver is non-nil before calling objc_msgSend_stret(). 14753273

Building

  • New application targets created in Xcode 5 will crash on launch on iOS 5.
    • Turn off base localization if your app targets iOS 5. 13979280

No comments:

Post a Comment