Whenever I try to run my app on any iOS 8.X based simulator (regardless of hardward selected) it hard crashes and gives me the following report:
Process: Xcode [24379]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 7.1.1 (9081)
Build Info: IDEFrameworks-9081000000000000~5
App Item ID: 497799835
App External ID: 814167395
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [24379]
User ID: 502
Date/Time: 2015-11-19 21:15:09.651 -0700
OS Version: Mac OS X 10.10.5 (14F27)
Report Version: 11
Anonymous UUID: D2C86FCA-00EC-1981-5327-66B02B309CC5
Sleep/Wake UUID: 5AA20BFE-6BBC-4978-BD70-16D58F20081D
Time Awake Since Boot: 100000 seconds
Time Since Wake: 27000 seconds
Crashed Thread: 19
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 7B1005
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-9073/DVTFoundation/Multicore/DVTFuture.mm:411
Details: Attempted to transition to the succeeded state twice.
<DVTFuture 0x7feb0e2b73e0 Succeeded>
Progress: Initial
Result: 1
Error: (null)
Started at: 0 0x00000001094ca81e -[DVTFuture init] (in DVTFoundation)
As I am very new to developing on Apple platforms, I don't have a clue where to start to diagnose this issue. I can tell you that the target platform in my build settings is iOS 7, that I am using the Facebook SDK framework, CocoaPods, and the Parse SDK. At one point in the early stages of my app development it would run fine on just about any platform but without knowing the underlying cause I'm not sure where to start looking.
I can post the remainder of the report upon request, it's just very lengthly and I felt it might be better to start there.
Thanks for any help!