I have been granted permission to use NEHotspotHelper and have generated a new provisioning profile with the HotspotHelper entitlement.
I have manually installed the provisioning profile into my project and added the following to my entitlements file:
I have made sure that my device is added to the provisioning profile and when I build to the device (or archive) then Xcode crashes.
This crash has happened with Xcode 12.0.1, Xcode 12.1, Xcode 12.2 and Xcode 12.3
I have tried the usual tricks:
Any suggestions on where I go next, I can build apps with Xcode automatically managed profiles or any other imported profile but as soon as I add NEHotspotHelper it crashes.
I have manually installed the provisioning profile into my project and added the following to my entitlements file:
Code Block <dict> <key>com.apple.developer.networking.HotspotHelper</key> <true/> </dict>
I have made sure that my device is added to the provisioning profile and when I build to the device (or archive) then Xcode crashes.
This crash has happened with Xcode 12.0.1, Xcode 12.1, Xcode 12.2 and Xcode 12.3
I have tried the usual tricks:
Cleaned the build folder
Deleted derived data
Deleted xcuserdata
Tried with a new (clean) project
tried on a different Mac
Any suggestions on where I go next, I can build apps with Xcode automatically managed profiles or any other imported profile but as soon as I add NEHotspotHelper it crashes.