Closed liubo-payback closed 1 year ago
AirshipCore
Xcode 14.3, integrated Airship by SPM
After updated Xcode 14.3. I saw below error in Airship package:
strokeColor has default value Color.clear, so it is not Optional type. I don't think if let strokeColor is needed.
strokeColor
Color.clear
if let strokeColor
https://github.com/urbanairship/ios-library/issues/356
Fixed in 16.11.2+
Preliminary Info
What Airship dependencies are you using?
AirshipCore
What are the versions of any relevant development tools you are using?
Xcode 14.3, integrated Airship by SPM
Report
What unexpected behavior are you seeing?
After updated Xcode 14.3. I saw below error in Airship package:
What is the expected behavior?
strokeColor
has default valueColor.clear
, so it is not Optional type. I don't thinkif let strokeColor
is needed.