0
点赞
收藏
分享

微信扫一扫

flutter ios打包 xcode报错module ‘xxx‘ not found

西街小学的王 2024-07-24 阅读 6

flutter ios打包 xcode报错module ‘xxx’ not found

如果已经在androidstudio中成功运行了flutter build ios --release。
那么可能是你使用xcode打开的是ios/Runner.xcodeproj文件。
你关掉xcode,重新打开ios/Runner.xcworkspace/文件。然后重新archive,应该就没有问题了。

举报

相关推荐

0 条评论