You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current environment:
Mac OS: 13.6.1
Xcode: 15.2
Cocoapod: 1.16.2
The custom private component library contains KingfisherWebP. The local case runs successfully, but I get an error when I publish to the private library
Private libraries are implemented using the swift language
The Swift pod KingfisherWebP depends upon libwebp, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set use_modular_headers! globally in your Podfile, or specify :modular_headers => true for particular dependencies.
The text was updated successfully, but these errors were encountered:
Current environment:
Mac OS: 13.6.1
Xcode: 15.2
Cocoapod: 1.16.2
The custom private component library contains KingfisherWebP. The local case runs successfully, but I get an error when I publish to the private library
Private libraries are implemented using the swift language
The Swift pod
KingfisherWebP
depends uponlibwebp
, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may setuse_modular_headers!
globally in your Podfile, or specify:modular_headers => true
for particular dependencies.The text was updated successfully, but these errors were encountered: