Iterable / iterable-swift-sdk

Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
https://iterable.com/
MIT License
87 stars 74 forks source link

Xcode 16.1 Beta2 shows error in Iterable SDK stating Protocol 'WKNavigationDelegate' requires 'webView(_:decidePolicyFor:preferences:decisionHandler:)' to be available in iOS 12.0 and newer #826

Open harish-suthar opened 1 month ago

harish-suthar commented 1 month ago

Xcode 16.1 Beta2 shows error in Iterable SDK when trying to run the project, please refer below screenshot.

Protocol 'WKNavigationDelegate' requires 'webView(_:decidePolicyFor:preferences:decisionHandler:)' to be available in iOS 12.0 and newer

Screenshot 2024-09-18 at 10 24 56 AM
Ayyanchira commented 1 month ago

Hi @harish-suthar, Which version of Iterable Swift SDK is used in the project?

harish-suthar commented 1 month ago

Hi @harish-suthar, Which version of Iterable Swift SDK is used in the project?

@Ayyanchira I am using 6.5.7 the latest one https://github.com/Iterable/swift-sdk/releases/tag/6.5.7

joaodordio commented 1 week ago

Hey @harish-suthar, Apple just released the Xcode 16 beta 3, and from my tests it looks like it's no longer complaining about this. Probably a flaky build error.

Are you able to confirm this please?

harish-suthar commented 1 week ago

@joaodordio Yes its working fine on Xcode 16 beta 3, thanks for notifying. We shall close this issue now.