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
the pod install might face the error where Podfile has specified swift version support. supports_swift_versions '>= 5.0'
[!] Unable to determine Swift version for the following pods:
- `MagazineLayout` does not specify a Swift version (`4.0`) that is satisfied by any of targets integrating it.
please update the swift version in pod spec file.
The text was updated successfully, but these errors were encountered:
Hi Dears,
The framework's swift version has been updated to 5.0. however, the swift version in pospec needs to be updated to the latest swift version.
MagazineLayout/MagazineLayout.podspec
Line 9 in d2eb5c5
the
pod install
might face the error wherePodfile
has specified swift version support.supports_swift_versions '>= 5.0'
please update the swift version in pod spec file.
The text was updated successfully, but these errors were encountered: