码迷,mamicode.com
首页 > 移动开发 > 详细

flutter Could not find the built application bundle

时间:2019-11-27 12:34:40      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:报错   back   version   har   错误   ack   could   ble   课堂   

报错信息
Could not find the built application bundle at build/ios/iphoneos/Runner.app. Error launching application on xxx的 iPhone.

错误的原因是在xcode中修改了bundle Name字段的名字 默认是Runner,将bundle Name修改为Runner即可

修改plist文件

<key>CFBundleDisplayName</key>

<string>$(PRODUCT_NAME)</string>

<key>CFBundleExecutable</key>

<string>$(EXECUTABLE_NAME)</string>

<key>CFBundleIdentifier</key>

<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>VIPidea课堂</string>

  

flutter Could not find the built application bundle

标签:报错   back   version   har   错误   ack   could   ble   课堂   

原文地址:https://www.cnblogs.com/wupeng88/p/11941119.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!