知识的价值不在于占有,而在于使用。这篇文章主要讲述flutter Could not find the built application bundle相关的知识,希望能为你提供帮助。
报错信息
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】
!-- p.p1>
推荐阅读
- React中使用create-react-app创建项目,运行npm run eject建立灰度报错
- InvalidPathException: Malformed input or input contains unmappable ;maven-assembly-pluginmaven j
- Android File Transfer Mac: 如何在 macOS 和 Android 系统之间移动数据
- appium基础命令
- SpringBoot获得application.properties中数据的几种方式
- Unity移动端入门 - Android那些事
- 安卓Kotlin单元测试/ Collection, ArrayList依赖的解耦/ MockK
- linux rand application
- Part-Appium-1