ios - sh quit unexpectedly while using the dyld_sim plug-in -


while using xcode(with shell script) develope app,i got shell crash everytime when xcode try run script,below details

process:               sh [2799] path:                  /bin/sh identifier:            sh version:               97 code type:             x86-64 (native) parent process:        dpscope [2795] responsible:           launchd_sim [2129] user id:               501  plugin path:             /applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator.sdk/usr/lib/dyld_sim plugin identifier:       dyld_sim plugin version:          ??? (353.2.1)  date/time:             2015-07-17 15:28:40.462 +0800 os version:            mac os x 10.10.4 (14e46) report version:        11 anonymous uuid:        5b924542-907d-6b59-6852-ddc89e25663d   time awake since boot: 4300 seconds  crashed thread:        0  exception type:        exc_breakpoint (sigtrap) exception codes:       0x0000000000000002, 0x0000000000000000  application specific information: dyld: launch, loading dependent libraries dyld_shared_region=avoid dyld_root_path=/applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator.sdk dyld_library_path=/users/yxn/library/developer/xcode/deriveddata/nova-ekcmoqanifjpjlhgyggebwsjyegu/build/products/debug-iphonesimulator:/applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator.sdk/usr/lib/system/introspection dyld_fallback_framework_path=/applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator.sdk/system/library/frameworks dyld_fallback_library_path=/applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator.sdk/usr/lib dyld_framework_path=/users/yxn/library/developer/xcode/deriveddata/nova-ekcmoqanifjpjlhgyggebwsjyegu/build/products/debug-iphonesimulator dyld_fallback_framework_path=/applications/xcode.app/contents/developer/platforms/iphonesimulato  dyld error message:   program built mac os x , cannot run in simulator  binary images:        0x10bb5b000 -        0x10bbe0ff7  sh (97) <de2dff25-438a-3f54-9a91-93a369601fa1> /bin/sh        0x10bbf9000 -        0x10bc1d77f +dyld_sim (353.2.1) <ca4a779a-ba45-39c7-9456-1b8a06818142> /applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator.sdk/usr/lib/dyld_sim     0x7fff6a68c000 -     0x7fff6a6c2837  dyld (353.2.1) <72a99d0f-0b56-3938-abc5-67a0f33757c4> /usr/lib/dyld  model: macbookpro11,3, bootrom mbp112.0138.b15, 4 processors, intel core i7, 2.8 ghz, 16 gb, smc 2.19f12 graphics: intel iris pro, intel iris pro, built-in graphics: nvidia geforce gt 750m, nvidia geforce gt 750m, pcie, 2048 mb memory module: bank 0/dimm0, 8 gb, ddr3, 1600 mhz, 0x80ad, 0x484d54343147533641465238412d50422020 memory module: bank 1/dimm0, 8 gb, ddr3, 1600 mhz, 0x80ad, 0x484d54343147533641465238412d50422020 airport: spairport_wireless_card_type_airport_extreme (0x14e4, 0x134), broadcom bcm43xx 1.0 (7.15.166.24.3) bluetooth: version 4.3.5f8 15969, 3 services, 27 devices, 1 incoming serial ports network service: wi-fi, airport, en0 network service: thunderbolt ethernet, ethernet, en4 network service: vpn (pptp), ppp (pptp), ppp0 pci card: apple 57762-a0, ethernet controller, thunderbolt@195,0,0 serial ata device: apple ssd sm0512f, 500.28 gb usb device: internal memory card reader usb device: brcm20702 hub usb device: bluetooth usb host controller usb device: apple internal keyboard / trackpad thunderbolt bus: macbook pro, apple inc., 17.1 thunderbolt device: thunderbolt gigabit ethernet adapter, apple inc., 1, 5.5 

dyld error message: program built mac os x , cannot run in simulator

you should not build architecture x86-64.


Comments