1***@qq.com
1***@qq.com
  • 发布:2021-04-21 12:50
  • 更新:2021-04-22 16:57
  • 阅读:1249

uniapp app打包ios报错com.apple.developer.networking.wifi-info

分类:uni-app

错误:

Appid: __UNI__3B02B75  
Command line invocation:  
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild archive -sdk iphoneos14.1 -project [PackagePath]/HBuilder.xcodeproj -archivePath [PackagePath]/XArchive/HBuilder.xcarchive -scheme HBuilder CONFIGURATION=Release  

User defaults from command line:  
IDEArchivePathOverride = [PackagePath]/XArchive/HBuilder.xcarchive  

Build settings from command line:  
CONFIGURATION = Release  
SDKROOT = iphoneos14.1  

note: Using new build system  
note: Building targets in parallel  
note: Planning build  
note: Constructing build description  
error: Provisioning profile \"SDMPAppDistribution\" doesn't match the entitlements file's value for the com.apple.developer.networking.wifi-info entitlement. (in target 'HBuilder' from project 'HBuilder')  
** ARCHIVE FAILED **  

Error code = 0  
Error message:  
opendir([PackagePath]/XArchive/exportArchive): failed to open dir: No such file or directory  

之前打包还没问题,大佬帮解决下啊

2021-04-21 12:50 负责人:无 分享
已邀请:
ybs5431

ybs5431

遇到过同样的问题,这个是证书不能用了,重新生成证书试一下!

  • 1***@qq.com (作者)

    已经重弄了,还是不好使

    2021-04-21 14:10

  • ybs5431

    回复 1***@qq.com: 你是用了获取手机wifi信息的插件吗?

    2021-04-21 14:52

  • 1***@qq.com (作者)

    回复 ybs5431: 这个项目没有这个需求,但是就给我提示这个。这个配置之前还可以,过期之后又重新生成了一次。就这样了

    2021-04-21 15:37

  • m***@nitmali.com

    我证书功能也弄了,"com.apple.developer.networking.wifi-info" : true 也配置了,请问还有其他需要注意的吗

    2021-05-28 10:33

1***@qq.com

1***@qq.com (作者)

问题已经解决,我在manifest.json添加了一个配置 导致的。

  • 1***@qq.com

    添加了啥配置?

    2021-04-22 23:25

  • 1***@qq.com (作者)

    回复 1***@qq.com: / ios打包配置 /

    "ios" : {

    "capabilities" : {

    "entitlements" : {},

    // 合并到工程entitlements文件的数据(json格式)

    "plists" : {}

    }

    },

    我在这里面添加的,忘记是啥了。正常的是这样的

    2021-04-23 10:33

  • ybs5431

    回复 1***@qq.com: 之前我做分享到朋友圈的时候,用到了这里,需要添加一个通用链接(微信开放平台接入),如果实现分享,需要放置一个文件到服务器的,是不是之前做了这个事情?

    2021-04-23 10:51

  • 1***@qq.com (作者)

    回复 ybs5431: 没错,

    2021-04-23 10:58

  • 1***@qq.com (作者)

    回复 ybs5431: 分享我用的通用链接。还需要将一个文件再放到服务器吗

    2021-04-23 10:59

  • ybs5431

    回复 1***@qq.com: 需要的,你仔细看一下文档。

    2021-04-23 11:05

  • ybs5431

    回复 1***@qq.com: https://ask.dcloud.net.cn/article/36393#unilink

    https://uniapp.dcloud.io/api/plugins/share

    2021-04-23 11:08

  • 1***@qq.com (作者)

    回复 ybs5431: ok 谢谢

    2021-04-23 11:12

该问题目前已经被锁定, 无法添加新回复