50431040 / flutter_gromore

flutter插件:穿山甲Gromore广告插件
MIT License
54 stars 24 forks source link

iOS编译报错 No such module 'BUAdSDK' #24

Closed Ymmmsick closed 7 months ago

Ymmmsick commented 7 months ago

Could not build the precompiled application for the device. Swift Compiler Error (Xcode): No such module 'BUAdSDK' /Users/ymmmsick/Dev/StudioProjects/xFluttter/flutter_gromore/ios/Classes/view/FlutterGromoreBanner.swift:8:7

Uncategorized (Xcode): Command SwiftCompile failed with a nonzero exit code

您好用的demo编译出现了这个报错,可能是什么原因造成的呢 pod里面看大有BUAdSDK

image
50431040 commented 7 months ago
  1. Quit xcode
  2. Run "pod update" in terminal
  3. Open .xcworkspace and build again.