Errors after updating to Xcode 8: “No such module” and “target overrides the `EMBEDDED_CONTENT_CONTAINS_SWIFT`build setting”

后端 未结 5 393
野性不改
野性不改 2020-12-12 15:32

I\'m getting No such module for Pods when I try to build the project. If I remove the code expecting this Pod, another \'No such module\' comes up for another P

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 16:17

    when I import SDWebImage in my project second time,It worn that Module FLAnimatedImage not found,and when I pod install ,it warn "... ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES ... - Use the $(inherited) flag, or - Remove the build settings from the target." At last, I find the way that remove the SD completely,specialy in the finder ,in the pods' products,and delete the project in the simulator , then import SD again.

提交回复
热议问题