Skip to content

Commit

Permalink
fix: do not bundle .md files in cocoapods deployments
Browse files Browse the repository at this point in the history
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
  • Loading branch information
levibostian committed Mar 18, 2024
1 parent 77d21b4 commit 224f915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react-native": "src/index",
"source": "src/index",
"expoVersion": "",
"cioNativeiOSSdkVersion": "= 2.12.3",
"cioNativeiOSSdkVersion": "= 2.12.5",
"files": [
"src",
"lib",
Expand Down

0 comments on commit 224f915

Please sign in to comment.