flutter ios打包Archive时报出ld: library not found for...错误

flutter ios正式打包Archive时报出ld: library not found for…错误

1、首先先执行flutter build ios

2、在Xcode打开ios/Runner.xcworkspace/文件,而不是ios/Runner.xcodeproj文件

参考https://github.com/flutter/flutter/issues/10654


更多关于flutter ios打包Archive时报出ld: library not found for...错误的实战教程也可以访问 https://www.itying.com/category-92-b0.html

回到顶部