uniapp打包的程序在Xcode中运行到模拟器报错的解决方法

uniapp打包的程序在Xcode中运行到模拟器报错的解决方法

问题描述:

bash 复制代码
Building for 'iOS-simulator', but linking in object file (/Users/hori/Documents/SDK/SDK/Libs/DCUniRecord.framework/DCUniRecord[arm64][3](PGRecord.o)) built for 'iOS'
Linker command failed with exit code 1 (use -v to see invocation)

问题截图:

解决方法:

找到Build Settings >> (Basic +++ Combined) >> Excluded Architectures 给其赋值arm64,如下图所示:

再次运行到模拟器,即可正常运行。

相关推荐
roman_日积跬步-终至千里8 小时前
【Go语言基础】基本语法
开发语言·golang·xcode
Hello.Reader11 小时前
Git 安装全攻略Linux、macOS、Windows 与源码编译
linux·git·macos
Hope Fancy11 小时前
macOS 连接 Docker 运行 postgres,使用navicat添加并关联数据库
macos·docker·postgresql
John Song11 小时前
macOS 上使用 Homebrew 安装redis-cli
数据库·redis·macos
yanjiee11 小时前
编译一个Mac M系列可以用的yuview
macos
数据知道11 小时前
Mac电脑上本地安装 redis并配置开启自启完整流程
数据库·redis·macos
八月林城11 小时前
echarts在uniapp中使用安卓真机运行时无法显示的问题
android·uni-app·echarts
哈贝#11 小时前
vue和uniapp聊天页面右侧滚动条自动到底部
javascript·vue.js·uni-app
iOS阿玮13 小时前
苹果2024透明报告看似更加严格的背后是利好!
uni-app·app·apple
邹荣乐16 小时前
微信小程序动态tabBar实现:基于自定义组件,灵活支持不同用户角色与超过5个tab自由组合
前端·微信小程序·uni-app