入门- Flutter 连接IOS真机

20 篇文章 2 订阅

Flutter 连接IOS真机

环境配置

  1. 安装 homebrew (如果已经安装了brew,跳过此步骤)。
    homebrew 源地址比较慢,可以配置镜像:
cd "$(brew --repo)" && git remote set-url origin https://git.coding.net/homebrew/homebrew.git

cd $home && brew update
  1. 打开终端并运行如下这些命令:
brew update
brew install --HEAD libimobiledevice
brew install ideviceinstaller ios-deploy cocoapods
pod setup
  1. 遵循Xcode签名流程来配置您的项目

配置截图

遇到的问题

  1. Building for iOS, but the linked and embedded framework ‘App.framework’,提示只能在模拟器上运行

解决:

flutter clean
rm -rf ios/Flutter/App.framework

然后重新运行Xcode.

参考地址:

  1. No Provisioning Profile was found for your project’s Bundle Identifier or your
    device. You can create a new Provisioning Profile for your project in Xcode for
    your team by:

解决:

这是由于 真机安装需要配置证书。

  1. 打开 xcode, 选择 Runner-> General-> 勾选上 auto manger,
  2. 如果 没有team记得创建一个Team.
  3. 运行xcode.如果还是提示找不到 bundleId, 更改下bundleId重新跑下
  4. 首次运行,会提示你 输入mac 密码 和 在 iPhone上 设置=》通用=》设备管理,上勾选信任证书

参考:

https://book.flutterchina.club/chapter1/install_flutter.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值