swift package compute-checksum MapZone.xcframework.zip
cd platform/iOS
make xcframework BUILDTYPE=Release
- 检查您是否有CocoaPods的认证
pod trunk me
- 切换到
Podspec/MapZone
确认podspec文件
cd Podspec/MapZone && pod spec lint --allow-warnings
推送库
pod trunk push --allow-warnings
https://guides.cocoapods.org.cn/making/getting-setup-with-trunk.html
设置CocoaPods的指南:https://medium.com/swlh/automated-cocoapod-releases-with-github-actions-8526dd4535c7