Flutter 开发真的是,不是在解决问题,就是在出现问题的路上,昨天好好的编译了,今天就出现了
Could not build the precompiled application for the device. Error (Xcode): Multiple commands produce '/xxx/build/ios/Debug-iphoneos/Runner.app/Info.plist'
解决问题也很简单,就是打开 Xcode
按照下面的步骤:
Solution -> Open target -> Build phases > Copy Bundle Resources and remove info.plist from there.
删掉 Info.plist
即可
截图如下
目前尚无回复