云打包报错说当前的profile没有com.apple.developer.networking.HotspotHelper entitlement这个权限
[PackagePath]/HBuilder.xcodeproj: error: Provisioning profile \"ahadhoc\" doesn't include the com.apple.developer.networking.HotspotHelper entitlement. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update. (in target 'HBuilder' from project 'HBuilder')
但是当前的profile已经有下面这个权限了,并且更新过了
是当前的证书还是不对吗还是这个权限有问题呢

- 发布:2025-01-15 14:37
- 更新:2025-01-15 17:19
- 阅读:95


1***@qq.com (作者)
当前的UTS.entitlements如下
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.networking.HotspotHelper</key>
<true/>
</dict>
</plist>