请选择 进入手机版 | 继续访问电脑版
帖子
帖子
用户
博客
课程
9
帖子
0
勋章
79
Y币
文件名到底是entitlements还是UZApp.entitlements?文档里写的是entitlements,这个帖子里写的是UZApp.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.applesignin</key>
        <array>
            <string>Default</string>
        </array>
    </dict>
    </plist>
还是下面的?
<?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.healthkit</key>
    <true/>
</dict>
</plist>
10
帖子
0
勋章
74
Y币
有人帮我看看吗

本帖子中包含更多资源,您需要 登录 才可以下载或查看,没有帐号?立即注册

X
10
帖子
0
勋章
74
Y币
输出的是{}
10
帖子
0
勋章
74
Y币
这个模块怎么用

本帖子中包含更多资源,您需要 登录 才可以下载或查看,没有帐号?立即注册

X
55
帖子
0
勋章
484
Y币
贵州徽讯 发表于 2019-12-7 21:53
为什么我配置的不能用呢,奇怪了,按着文档中一步步来的

兄弟,你后面怎么解决的?
30
帖子
0
勋章
392
Y币
是我的证书不对,我用的开发证书,换成正式证书和AD-HOC描述文件可以了
17
帖子
0
勋章
105
Y币
"Invalid entitlement for core nfc framework. The sdk version '13.1' and min OS version '9.3' are not compatible for the entitlement 'com.apple.developer.nfc.readersession.formats' because 'TAG is missing in the entitlement'."更新ios版本上传apk时报这个错误 之前上传是成功的 nfc也勾选了 这次更新上传就会报这个  UZApp.entitlements也配置了 这是因为nfc模块更新后和ios9.3不兼容吗?
28
帖子
1
勋章
1万+
Y币
本帖最后由 技术咨询-Kenny 于 2020-3-6 10:16 编辑
小白图图 发表于 2020-3-5 19:56
"Invalid entitlement for core nfc framework. The sdk version '13.1' and min OS version '9.3' are no ...

对照nfc模块文档,检查下你的配置有没有问题,'TAG is missing in the entitlement
20
帖子
0
勋章
96
Y币
本帖最后由 张平德 于 2020-3-17 10:30 编辑
  1. <div class="blockcode"><blockquote><?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4.     <dict>
  5.         <key>com.apple.developer.associated-domains</key>
  6.         <array>
  7.             <string>applinks:www**.**</string>
  8.         </array>
  9.         <key>com.apple.developer.applesignin</key>
  10.         <array>
  11.             <string>Default</string>
  12.         </array>
  13.     </dict>
  14. </plist>
复制代码

编译报错

  1. <div class="blockcode"><blockquote>2020-03-17 10:24:01
  2. note: Using new build system

  3. ** CLEAN SUCCEEDED **

  4. User defaults from command line:
  5.     IDEArchivePathOverride = /uzmap/temp/lS7n0luv508LD84/ios/UZApp.xcarchive

  6. Build settings from command line:
  7.     CODE_SIGN_IDENTITY = iPhone Distribution: MINGXIA CAI (9S8V4HMZG8)

  8. note: Using new build system
  9. note: Planning build
  10. note: Constructing build description
  11. error: Provisioning profile "jmd20191025" doesn't support the Associated Domains and Sign In with Apple capability. (in target 'UZApp' from project 'UZApp')
  12. error: Provisioning profile "jmd20191025" doesn't include the com.apple.developer.applesignin and com.apple.developer.associated-domains entitlements. (in target 'UZApp' from project 'UZApp')

  13. ** ARCHIVE FAILED **

  14. error: archive not found at path '/uzmap/temp/lS7n0luv508LD84/ios/UZApp.xcarchive'
  15. ** EXPORT FAILED **
复制代码

28
帖子
1
勋章
1万+
Y币

去苹果开发网站,为App Id勾选上对应的功能,并更新mobileprovision
12345678下一页
您需要登录后才可以回帖 登录

本版积分规则