测试插件打包功能
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"
}
}
}
0 个回复