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:
<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
I get the following crash log from Xcode:
Xcode crash log - https://developer.apple.com/forums/content/attachment/39943aac-fc78-464b-8809-8f4a91531210
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.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Entitlements
Xcode
Provisioning Profiles
Network Extension