Cant Run Simulator in Fire 8.4.96.2059D

Hi Admin,

Im running OSX EI Capitan 10.11.5, using Xcode Version 8.0 (8A218a)

Im using latest Fire 8.4.96.2059D. And I cant deploy my app to the simulator. I got the following erros. What should I do. Thank You.

Running /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator -CurrentDeviceUDID 84E49F00-C58E-4B95-867E-7458EAE553E4
Waiting for device to boot, current state: Shutdown
Device booted ok.
Running /usr/bin/xcrun simctl install 84E49F00-C58E-4B95-867E-7458EAE553E4 "/Users/limtholyong/Charby/IOS Project/Cat Years/bin/Debug/iOS Simulator/CatYears.app"
App deployed ok.
Running /usr/bin/xcrun simctl launch -w --stdout=/var/folders/zr/kph68k2n0130pvl8rqypnph80000gn/T/1A7EF355-4CB9-43CA-B969-268116F8F2C7.stdout --stderr=/var/folders/zr/kph68k2n0130pvl8rqypnph80000gn/T/B28593EC-9BF6-4BB9-AFA0-A2E0D1F94E3B.stderr 84E49F00-C58E-4B95-867E-7458EAE553E4 org.me.catyears
reading StdOUT from /Users/limtholyong/Library/Developer/CoreSimulator/Devices/84E49F00-C58E-4B95-867E-7458EAE553E4/data/var/folders/zr/kph68k2n0130pvl8rqypnph80000gn/T/1A7EF355-4CB9-43CA-B969-268116F8F2C7.stdout
reading StdErr from /Users/limtholyong/Library/Developer/CoreSimulator/Devices/84E49F00-C58E-4B95-867E-7458EAE553E4/data/var/folders/zr/kph68k2n0130pvl8rqypnph80000gn/T/B28593EC-9BF6-4BB9-AFA0-A2E0D1F94E3B.stderr
simctl launch: Invalid device: --stdout=/var/folders/zr/kph68k2n0130pvl8rqypnph80000gn/T/1A7EF355-4CB9-43CA-B969-268116F8F2C7.stdout

Best Regards,
Yong

That’s curious. does that path exist for you?

if you manually run this command from Terminal and switch around there parameters such as

/usr/bin/xcrun simctl launch -w 84E49F00-C58E-4B95-867E-7458EAE553E4 --stdout=/var/folders/zr/kph68k2n0130pvl8rqypnph80000gn/T/1A7EF355-4CB9-43CA-B969-268116F8F2C7.stdout --stderr=/var/folders/zr/kph68k2n0130pvl8rqypnph80000gn/T/B28593EC-9BF6-4BB9-AFA0-A2E0D1F94E3B.stderr org.me.catyears

(essentially moving the device id before the --stdout, does it work? is 8A218a the final release of Xcode 8? (i don’t have 8.0 here on yours, marc laptop with me to confirm, right now)

when you just run /usr/bin/xcrun simctl launch in Terminal, what does it print? does int list --stdout as valid parameter? (i’m thinking/worrying now if maybe this was added newly in Xcode 8.1)

thanx,
marc

Thanks, logged as bugs://76708

Confirmed, --stdout is new in Xcode 8.1 :(. I’ll add a check to Fire for the next build, until then your best workaround, if feasible, is to upgrade to 8.1 (which you can run parallel to 8.0 so you can go back later, if needed).

Thanx for reporting this!

Noted. Thanks for replying my question! :smile:

Fixed for the next build, BTW.

bugs://76708 got closed with status fixed.

Logged as bugs://i64541.

bugs://i64541 was closed as fixed.