我正在尝试在iPhone上运行Flutter应用程序。我以前可以做到,但是突然停止了,并且出现了这个错误:
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
Error launching application on Jessica's iPhone.
这是我尝试做的事情:
flutter clean
没有一个使它起作用。当我尝试在Xcode中运行它时,出现以下错误:
460 duplicate symbols for architecture arm64
当我尝试在ios Simulator上从Xcode运行时,我得到:
35 duplicate symbols for architecture x86_64
(以前还有其他错误,但这是最新的错误。)
如何在手机上运行Flutter应用程序?
答案 0 :(得分:0)