flutter Could not find the built application bundle at build/ios/iphoneos/Runner.app. 报这个错的时候 是因为改了app包名 导致
解决方案:改回 appName 为 Runner. Select Runner->Runner(Target)->Build Settings->Packaging-> "Product Name" change it to Runner.
如果要改app名称 在info.plist Bundle display name这边改就可以了。
踩flutter坑中。。。菜鸡上路