美文网首页
Flutter 运行报错

Flutter 运行报错

作者: LiWeiJ | 来源:发表于2021-02-22 11:37 被阅读0次

记录一下早上遇到的错误,代码运行昨晚明明没问题的,早上就报了这个错误

Could not build the precompiled application for the device.

It appears that your application still contains the default signing identifier.

Try replacing 'com.example' with your signing id in Xcode:

  open ios/Runner.xcworkspace

用xcode也能直接运行项目,排查了半天原来是手机重新插拔一下就ok了, 哎怪自己菜

相关文章

网友评论

      本文标题:Flutter 运行报错

      本文链接:https://www.haomeiwen.com/subject/gomhfltx.html