gojek / courier-iOS

Courier iOS
38 stars 15 forks source link

Distribute CourierMQTT Pods as static frameworks #29

Closed sanju-naik closed 1 year ago

sanju-naik commented 1 year ago

Distribute CourierMQTT Pods as static frameworks since they depend on MQTTClientGJ Static XCFramework hence these pods also needs to be distributed as static frameworks

Otherwise while publishing podspec it fails with this error - https://github.com/gojek/courier-iOS/actions/runs/6244143979/job/16950738280

This change is based on the suggestion here - https://github.com/CocoaPods/CocoaPods/issues/7234#issuecomment-346136322