Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken build due to iOS pod patch bump #567

Closed
sterlingwes opened this issue Aug 8, 2024 · 1 comment
Closed

Broken build due to iOS pod patch bump #567

sterlingwes opened this issue Aug 8, 2024 · 1 comment

Comments

@sterlingwes
Copy link

See Iterable/iterable-swift-sdk#799 for underlying issue

We ended up patching the SDK podspec to pin the swift pod version to the last working patch (6.5.4). Suggest that you lock this version so that these don't drift without integration testing in the future.

Additional context: on Expo with the managed workflow (not committing the ios folder and relying on expo prebuild), we don't commit the Podfile.lock which means we can get version drifts like this that are unforeseen when they're within the accepted version range (~>).

I suspect in the bare metal react native approach where all of these files are committed, you'd at least be able to choose whether to commit the lockfile bump or have to manually upgrade the cocoapod versions and therefore have more visibility into this kind of issue before builds start breaking in CI

@sterlingwes
Copy link
Author

Looks like this was resolved in 1.3.20, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant