史孝龙
史孝龙
  • 发布:2024-02-23 11:37
  • 更新:2024-02-23 11:47
  • 阅读:465

【报Bug】使用uni-wifi 运行时 uts插件[uni-wifi]编译失败,无法使用 __ERROR

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: macOS14.3 (23D56) MacBook Pro 13-inch, M1, 2020

HBuilderX类型: 正式

HBuilderX版本号: 3.99

手机系统: iOS

手机系统版本号: iOS 17

手机厂商: 模拟器

手机机型: iPhone 15 pro max

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

uni.startWifi({
success(res) {
console.log(res);
},
fail(err) {
console.log(err);
},
complete() {
console.log("结束")
}
});

操作步骤:

安装uni-wifi 调用uni.startWifi

预期结果:

正常运行

实际结果:

报错

bug描述:

使用uni-wifi 运行时 uts插件[uni-wifi]编译失败,无法使用 __ERROR

11:50:34.796 开始编译插件 uni-wifi
11:50:38.973 error: uni_modules/uni-wifi/utssdk/app-ios/src/index.swift:3:8: error: module compiled with Swift 5.5.2 cannot be imported by the Swift 5.9.2 compiler: /Applications/HBuilderX.app/Contents/HBuilderX/plugins/uts-development-ios/dependences/buildFramework/template/xcode_ust_template/dependencies/simulator/DCloudUTSFoundation.framework/Modules/DCloudUTSFoundation.swiftmodule/arm64.swiftmodule

2024-02-23 11:37 负责人:DCloud_Android_DQQ 分享
已邀请:
DCloud_iOS_LZY

DCloud_iOS_LZY

删除unpackage目录下的cache文件夹,使用真机重发重新编译试下

  • 史孝龙 (作者)

    试过了 没用

    2024-02-23 13:25

要回复问题请先登录注册