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 anil
receiver can corrupt the stack pointer.- Ensure that the receiver is non-
nil
before callingobjc_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