Is there any way to enable modules for Cocoapods d...
# multiplatform
m
Is there any way to enable modules for Cocoapods dependencies? After I successfully configured my project to use the
AFNetworking
pod, I also need to depend on the
XMPPFramework
pod. During Gradle sync, I'm however hit with
error: use of '@import' when modules are disabled
, apparently since they have
@import KissXML;
in one of their headers.