ainame / Swift-WebP

A thin libwebp wrapper in Swift that provides both encode/decode APIs
MIT License
163 stars 39 forks source link

"No such module WebP" in Xcode 11.2.1 #49

Closed ianfan0704 closed 4 years ago

ianfan0704 commented 4 years ago
  1. Run your "iOS Example" in Xcode 11.2.1(11B500)
  2. Error message "No such module WebP" when import

My previous project was able to import Webp after setting up Carthage, it happens the same problem after using latesting Xcode version.