ios - Xcode Beta 4: Can't create a Bot - Crashes every time -
every time try create bot xcode beta 4, crash.
process: xcode [4678] path: /applications/xcode-beta.app/contents/macos/xcode identifier: com.apple.dt.xcode version: 7.0 (8178.7) build info: ideframeworks-8178007000000000~3 code type: x86-64 (native) parent process: ??? [1] responsible: xcode [4678] user id: 501 date/time: 2015-07-22 10:42:20.647 -0700 os version: mac os x 10.10.4 (14e46) report version: 11 anonymous uuid: *** time awake since boot: 880 seconds crashed thread: 0 dispatch queue: com.apple.main-thread exception type: exc_crash (sigabrt) exception codes: 0x0000000000000000, 0x0000000000000000 application specific information: productbuildversion: 7a165t uncaught exception (nsinternalinconsistencyexception): view <nspopupbutton: 0x7ffaf0480970> not (and has be) in stack view <nsstackview: 0x7ffaf0486080>. userinfo: (null) hints: none
this looks relevant bit , seems it's xcode bug.
uncaught exception (nsinternalinconsistencyexception): view <nspopupbutton: 0x7ffaf0480970> not (and has be) in stack view <nsstackview: 0x7ffaf0486080>.
other people same issue: https://forums.developer.apple.com/thread/11780
not fix, workaround:
- open project in xcode 7 beta 3 or xcode 6
- switch server run xcode 7 beta 3 or xcode 6
- create bot using older version of xcode
- switch server run xcode 7 beta 4
- bots seem run fine using xcode 7 beta 4 (you can't create them)
i had because project using ios 9 , bug made xcode 7 beta 3 unable run tests bots.
Comments
Post a Comment