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
Thanks for this. The develop branch has a fix for this now and will be released with the next version of Superwall. I'll leave this issue open until that gets merged to master.
These two locations in the code fail to compile under Xcode 15 beta 1:
Stored properties cannot be marked unavailable with '@available'
https://github.com/superwall-me/Superwall-iOS/blob/d89049bbb6fcd7aaa93bfd486b3fbda9f7c3cb59/Sources/SuperwallKit/Paywall/Presentation/PaywallInfo.swift#L19
Stored properties cannot be marked unavailable with '@available'
https://github.com/superwall-me/Superwall-iOS/blob/d89049bbb6fcd7aaa93bfd486b3fbda9f7c3cb59/Sources/SuperwallKit/Analytics/Superwall%20Event/SuperwallEventInfo.swift#L18
The text was updated successfully, but these errors were encountered: