customerio / customerio-reactnative

MIT License
25 stars 11 forks source link

fix: do not bundle .md files in cocoapods deployments #246

Closed levibostian closed 6 months ago

levibostian commented 6 months ago

Fixes: https://linear.app/customerio/issue/MBL-180/[bug]-resolve-md-file-causing-compilation-issues-for-ios-customers

Customers experience compilation errors in their iOS/RN/Flutter/Expo apps due to customer's apps trying to parse .md files that are bundled with our SDK in production releases.

The issue is resolved by an update to the native iOS SDK cocoapods files. This change points to the latest cocoapods release to use these changes.

commit-id:a6f2ba6a

levibostian commented 6 months ago

Failed CI status checks being fixed in another PR pointing to main

levibostian commented 6 months ago

Do not merge until iOS 2.12.5 is successfully deployed to cocoapods.

Update: iOS has been deployed.