Skip to content

Fix/ios sdk 18.5 compatibility#17

Merged
MaximeRougieux merged 5 commits intobamlab:mainfrom
Vitaly-V:fix/ios-sdk-18.5-compatibility
Sep 12, 2025
Merged

Fix/ios sdk 18.5 compatibility#17
MaximeRougieux merged 5 commits intobamlab:mainfrom
Vitaly-V:fix/ios-sdk-18.5-compatibility

Conversation

@Vitaly-V
Copy link
Contributor

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Vitaly-V added 5 commits June 19, 2025 20:14
BREAKING CHANGE: iOS deployment target increased from 11.0 to 15.1

- Update flutter_lyra_ios.podspec to use LyraPaymentSDK ~> 2.8.0
- Increase iOS deployment target to 15.1 to match LyraPaymentSDK requirements
- Bump flutter_lyra_ios version to 0.5.0
- Bump flutter_lyra version to 0.5.0
- Update documentation to reflect new iOS requirements

This fixes C++ static assertion errors that occur when building with iOS SDK 18.5.
Root cause: LyraPaymentSDK 2.7.7 depended on Sentry ~8.36.0 which has C++
incompatibility with iOS SDK 18.5. LyraPaymentSDK 2.8.0+ removed the Sentry
dependency, resolving the compatibility issue.
…-pr-approach

Fix iOS SDK 18.5 compatibility
@MaximeRougieux MaximeRougieux merged commit 356c804 into bamlab:main Sep 12, 2025
0 of 4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants