swift package compute-checksum MapZone.xcframework.zip
cd platform/iOS
make xcframework BUILDTYPE=Release
Below guide is old document and only use for manual release. This project is automatically release with github action CICD and don't necessary to follow below work flow
- Check if you have authentication to cocoapods
pod trunk me
- cd to
Podspec/MapZone
Validate podspec:
cd Podspec/MapZone && pod spec lint --allow-warnings
Push library
pod trunk push --allow-warnings
https://guides.cocoapods.org/making/getting-setup-with-trunk.html
Guide to setup cocoapods: https://medium.com/swlh/automated-cocoapod-releases-with-github-actions-8526dd4535c7