当前位置:   article > 正文

Flutter无法在ios真机上调试解决_windows下flutter ios真机调试

windows下flutter ios真机调试

Could not build the precompiled application for the device.

Error (Xcode): No profiles for 'com.example.drag' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.drag'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.

之前有人写的是清空xcode这个那个缓存,然后flutter clean 再关闭编辑器重新打开什么的.我都不管用.

实际上很简单

1.

再flutter的iso目录右键,在Finder中打开,Windows下就是在资源管理器中打开这个ios目录.

然后使用xcode打开

直接双击此文件即可.

然后再xcode中点运行调试

build的时候会提示你需要SignIn,因为我这个错误已经过去了所以没办法截图了.

就是登录你的苹果id.

登录以后由于com.example.drag不是属于你的team 所以有以下提示

Failed to register bundle identifier. The app identifier "com.example.drag" cannot be registered to

在try again按钮上方的bundle 改成你自己的就可以了. 比如 com.xxxxx.drag

再重新登录.

运行 还是失败.

在ios上进入设置->通用->开发者APP中信任你的id,然后再重新build

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/874447
推荐阅读
相关标签
  

闽ICP备14008679号