flutter之ios

810 阅读1分钟

1. Could not delete /Users/siru-mac1/Desktop/wxy/qkpay/build/ios because it was not created by the build system.

解决方案:手动删除,惊不惊喜意不意外!

2.Module 'XXX' not found、

解决方案:通过双击运行工程目录下的Runner.xcworkspace而不是Runner.xcodeproj就可以解决这个问题。

3.49 duplicate symbols for architecture x86_64

  cd ios/
  pod cache clean --all
  pod deintegrate --verbose
  pod setup --verbose
  pod install --verbose