Xcode iOS 6.x Simulators Never Connect
Xcode iOS 6.x Simulators Never Connect
- Subject: Xcode iOS 6.x Simulators Never Connect
- From: Amanda Shumack <email@hidden>
- Date: Tue, 29 Jan 2013 11:28:03 -0800
Is anyone else having issues debugging with iOS Simulators 6.0 and 6.1 in Xcode 4.5.2 and 4.6 (released yesterday)? I have a Cirago dongle that works on iOS Simulator 5.1 consistently, but ever since November, the 6.x simulators will not connect to my devices. I filed a Bug Report (12663140) back in November, but I haven't seen any real commentary on it from Apple. Since I filed it so long ago, I was surprised to see yet another Xcode release that has not fixed this problem.
Does anyone else see this issue? The behavior I have encountered is that I can scan for and discover devices, but my connect call never receives the appropriate delegate callback didConnect.
I'm calling the following, but my CentralManagerDelegate never gets hit:
NSDictionary *connectOptions = [NSDictionary dictionaryWithObject:[NSNumber numberWithBool:YES]forKey:CBConnectPeripheralOptionNotifyOnDisconnectionKey];
[_centralManager connectPeripheral:device.peripheral options:connectOptions];
Anyone have any advice or at least confirmation that I'm not crazy?
Thanks,
Amanda Shumack
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden