We have an app targeting iOS 8.4. It runs fine on iOS 8-10 being built with SDK 9.3. However the builds created by SDK 10.0 running on iOS 8 (Device and Simulator) crash constantly. For example:
malloc: *** error for object 0x79e80c60: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
This does not happen on iOS 8.4.
We created a new project targeting 8.4 and SDK 10.0 and only added a single failing unit test to the project. Running this project in 8.4 Simulator seems impossible. The test will never be executed and the simulator seems to be in some kind of loop.
Can anyone reproduce this issues with iOS 8 and SDK 10?