发布时间:2024-07-19 09:54 阅读量:4 flutter ios打包 xcode报错module ‘xxx’ not found如果已经在androidstudio中成功运行了flutter build ios --release。 那么可能是你使用xcode打开的是ios/Runner.xcodeproj文件。 你关掉xcode,重新打开ios/Runner.xcworkspace/文件。然后重新archive,应该就没有问题了。