dcloudio / dcloudio/uni-app

Error create Native-Plugin iOS

Open
#5,037 1 comment 0 reactions 0 assignees View on GitHub
ios
Dominant language
JavaScript
Stars
41.6k
Forks
3.7k
Avg merge
7h 6m
Merged PRs (30d)
6

Description

Hello
I have create library, i have add framework third-party is ZaloSDK, i build xcframework success but i run custom playround HbuilderX error

My package.json native-plugin:
{
"name": "FidoPlugin",
"id": "FidoPlugin",
"version": "1.0.0",
"description": "Zalo SDK",
"_dp_type": "nativeplugin",
"_dp_nativeplugin": {

"ios": {
"plugins": [{
"type": "module",
"name": "FidoPlugin-Zalo",
"class": "ZaloModule"
}

],
"integrateType": "framework",
"deploymentTarget": "12.0",
"validArchitectures": [
"arm64"
],
"frameworks": [
"ZaloSDK.xcframework",
"ZaloSDKCoreKit.xcframework",
"ZingAnalytics.xcframework"
],
"embedFrameworks": [
"ZaloSDK.xcframework",
"ZaloSDKCoreKit.xcframework",
"ZingAnalytics.xcframework"
]

}
}
}
- Error build custom playround test:
https://ide-global.dcloud.io/build/errorLog/711d0430-42a8-11ef-92b2-a7b55fd00351?lang=en

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.