Posts

Post not yet marked as solved
0 Replies
465 Views
Hi,I can use MultipeerConnectivity via WiFi to have 2 iOS devices communicate with each other. I would like to test this same app with Bluetooth alone. When I try to pair an iPhone 6 with iOS 12 with an iPad Pro with iOS 13, it does not detect each other.Yet the iPhone 6 can pair with my iWatch and both iPhone and iPad can recognize the Beats headset.How do I get the iPhone to detect the iPad and vice versa via Bluetooth?Thanks.
Posted
by edxsturt.
Last updated
.
Post not yet marked as solved
3 Replies
2k Views
We submitted this question earlier and we do not see it listed.Scenario: legacy code in Objective-C (works in Xcode 8 and 9) has storyboard entry point to LaunchViewController. When debug trace in Xcode 11, it always goes to AppDelegate.m -> didFinishLaunchingWithOptions, instead of viewDidLoad of LaunchViewController as expected."is Initial View Controller" is enabled with LaunchViewController.m.How do we get Xcode 11 to recognize LaunchViewController as the entry point in Xcode 11?Thank you.
Posted
by edxsturt.
Last updated
.
Post not yet marked as solved
3 Replies
2.7k Views
We have legacy Objective-C code in which a LaunchViewController has an entry point to the left of the controller in the storyboard. It has "is Initial View Controller" enabled in Xcode 11, so that we can test its navigation with iOS 13 simulator.When we debug, it always starts in AppDelegate.m within "didFinishLaunchingWithOptions". However, we need the app to start within "viewDidLoad" of the LaunchViewController.We can't figure out how to get Xcode 11 to recognize LaunchViewController as the entry point.Please advise.Thank you.
Posted
by edxsturt.
Last updated
.