You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swift key path expressions are only valid in Swift version 5.2 or above unless provided a custom extension. The .podspec file denotes that 5.1 is the minimum necessary Swift version to be utilized. If developers are utilizing below 5.2 they will run into
Type of expression is ambiguous without more context
🌎 Environment
💬 Description
Swift key path expressions are only valid in Swift version 5.2 or above unless provided a custom extension. The .podspec file denotes that 5.1 is the minimum necessary Swift version to be utilized. If developers are utilizing below 5.2 they will run into
at
sdk-ios/Sources/Afterpay/Model/Configuration.swift
Line 104 in ff409c6
🦶 Reproduction Steps
Steps to reproduce the behavior:
🤔 Expected Results
No error since the podspec denotes Swift version as 5.1.
😲 Actual Results
at
sdk-ios/Sources/Afterpay/Model/Configuration.swift
Line 104 in ff409c6
Screenshots
Suggestion
sdk-ios/Afterpay.podspec
Line 14 in ff409c6
spec.swift_version = "5.2"
or include the appropriate extension to handle key path expressions.The text was updated successfully, but these errors were encountered: