3***@qq.com
3***@qq.com
  • 发布:2020-05-15 18:18
  • 更新:2020-05-15 18:18
  • 阅读:601

原生插件开发打包问题。

分类:uni-app

测试插件打包功能

https://service.dcloud.net.cn/build/errorLog/63648cb0-968a-11ea-9599-91049d8dc548
iOS 打包的是 release 的真机包, 但是错误一直提醒我缺少armv7 arm64的错误
XCode 的版本是Version 11.3.1
HBuliderX 2.3.7.20191024

我是直接打包的demo 的工程,

json文件是:
{
"name": "DCTestUniPlugin",
"id": "DCTestUniPlugin",
"version": "1.0.0",
"description": "插件描述信息",
"_dp_type": "nativeplugin",
"_dp_nativeplugin": {

    "ios": {  
        "plugins": [{  
            "type": "module",  
            "name": "DC-TestModule",  
            "class": "TestModule"  
        }, {  
            "type": "component",  
            "name": "dc-testmap",  
            "class": "TestComponent"  
        }],  
        "integrateType": "framework",  
        "frameworks": [  
            "MapKit.framework"  
        ],  
        "deploymentTarget": "9.0"  

    }  
}  

}

2020-05-15 18:18 负责人:无 分享
已邀请:

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