To check whether our SDK still works on iOS 17 I installed Xcode 15 (Beta 1) and iOS 17 (Beta 1), but I'm unable to run our SDK demo/test App on the iPhone running iOS 17.
Xcode complains about the provisioning profile not supporting the "Access Wi-Fi Information and Hotspot Configuration capability", but com.apple.developer.networking.wifi-info
is already set to true
in the (development) provisioning profile.
This profile worked fine with Xcode 14.3.1 and iOS 16.5. What changed?
Or is this a bug in Xcode 15 Beta 1?
This problem does not reproduce with Xcode 15 Beta 2.
Or is it because I now have to quit Cisco AnyConnect to see an iPhone?