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
SwiftyBeaver is the first pod that MatrixSDK depends upon that includes Swift code. The normal use of cocoapods in this scenario would be to enable use_frameworks! to expose the modulemap for any Swift packages, however building the framework this way a) fails for Catalyst and b) is no longer easily packaged as multiple frameworks are created, one for each pod.
A workaround for use right now appears to be adding SwiftyBeaver as a Swift package dependency alongside MatrixSDK, but this doesn’t sound super sensible going forward.
The text was updated successfully, but these errors were encountered:
SwiftyBeaver is the first pod that MatrixSDK depends upon that includes Swift code. The normal use of cocoapods in this scenario would be to enable
use_frameworks!
to expose the modulemap for any Swift packages, however building the framework this way a) fails for Catalyst and b) is no longer easily packaged as multiple frameworks are created, one for each pod.A workaround for use right now appears to be adding SwiftyBeaver as a Swift package dependency alongside MatrixSDK, but this doesn’t sound super sensible going forward.
The text was updated successfully, but these errors were encountered: