Re: iOS simulator completely broken (El Capitan, Xcode 7)
Re: iOS simulator completely broken (El Capitan, Xcode 7)
- Subject: Re: iOS simulator completely broken (El Capitan, Xcode 7)
- From: email@hidden
- Date: Wed, 12 Aug 2015 17:11:20 -0400
> On Aug 12, 2015, at 4:50 PM, Hunter Hillegas <email@hidden> wrote:
>
> I was having all sorts of problems so I went in and nuked all of the shared support stuff between Xcode versions (so it was like Xcode had never been run on that machine) and then ran Xcode 7 DP5 (which re-installed dependent stuff) and that seemed to make all of the weirdness go away for me.
>
>> On Aug 12, 2015, at 11:38 AM, Jens Alfke <email@hidden> wrote:
>>
>>> - 10.11 / Xcode 7 don’t seem to like it if Xcode 6.4 is installed. I believe this is in the release notes. I’ve found it to be true.
>>
>> What does “installed” mean here, exactly? Xcode 6.4 is still in my Applications folder, but it’s a self-contained app and I haven’t launched it since upgrading to 10.11. (But I’ll delete it now just to make sure.)
If Hunter’s suggestion doesn’t work, what does this command output?
xcrun simctl list
If it gives this error:
xcrun: error: unable to find utility "simctl", not a developer tool or in PATH
Do this first:
sudo xcode-select -s /Applications/Xcode-beta.app # or wherever you installed it
Then run it again.
On my El Capital, Xcode 7b5 machine, it outputs:
== Device Types ==
iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s)
iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5)
iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s)
iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6)
iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus)
iPad 2 (com.apple.CoreSimulator.SimDeviceType.iPad-2)
iPad Retina (com.apple.CoreSimulator.SimDeviceType.iPad-Retina)
iPad Air (com.apple.CoreSimulator.SimDeviceType.iPad-Air)
iPad Air 2 (com.apple.CoreSimulator.SimDeviceType.iPad-Air-2)
Apple Watch - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm)
Apple Watch - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm)
== Runtimes ==
iOS 9.0 (9.0 - 13A4325c) (com.apple.CoreSimulator.SimRuntime.iOS-9-0)
watchOS 2.0 (2.0 - 13S5325c) (com.apple.CoreSimulator.SimRuntime.watchOS-2-0)
== Devices ==
-- iOS 9.0 --
iPhone 4s (155B6EE7-3FEA-4CF7-A8CB-089B954B85C9) (Shutdown)
iPhone 5 (4E126030-1D87-4F37-9E92-6ED4FC36314A) (Shutdown)
iPhone 5s (47A04EEA-5F71-4E00-9BD3-4CACE1528A8E) (Shutdown)
iPhone 6 (7C1288F3-1E0D-42F1-A223-9EC6C801324F) (Shutdown)
iPhone 6 Plus (223DA940-A158-4425-9C1E-47F645CAC97F) (Shutdown)
iPad 2 (18F73590-2C78-44BC-8FCA-461920890F0D) (Shutdown)
iPad Retina (C5483D3D-3213-4D70-8671-F7A311149DC7) (Shutdown)
iPad Air (685025F5-DF2C-43BD-A134-A9C9429A2ED1) (Shutdown)
iPad Air 2 (6238FE7A-04C7-4D95-A617-FF4F99BF958E) (Shutdown)
-- watchOS 2.0 --
Apple Watch - 38mm (5136FB78-049E-42A2-893E-ED132DC87FC4) (Shutdown)
Apple Watch - 42mm (A1C7C54B-53E2-4689-881A-A2B47ED7568E) (Shutdown)
== Device Pairs ==
92A7EFF6-1B32-4324-AA52-9793D02A2225 (disconnected)
Watch: Apple Watch - 38mm (5136FB78-049E-42A2-893E-ED132DC87FC4) (Shutdown)
Phone: iPhone 6 (7C1288F3-1E0D-42F1-A223-9EC6C801324F) (Shutdown)
4455DDA8-2870-420D-A370-E3AA227F30E5 (disconnected)
Watch: Apple Watch - 42mm (A1C7C54B-53E2-4689-881A-A2B47ED7568E) (Shutdown)
Phone: iPhone 6 Plus (223DA940-A158-4425-9C1E-47F645CAC97F) (Shutdown)
And after launching an iOS app in the simulator, one of the lines changes to:
Phone: iPhone 6 (7C1288F3-1E0D-42F1-A223-9EC6C801324F) (Booted)
4455DDA8-2870-420D-A370-E3AA227F30E5 (disconnected)
HTH,
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden