-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 14 compatibility issues #28
Comments
Have you tried by having the action type explicit - as in CounterAction.increase(amount: 1) ? |
Hi! sorry for the late reply :( This is now fixed in Store 3.6 |
@alexdrone No worries, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I was trying to get the getting-started code snippets working in a freshly created swiftUI project that targets iOS 14.
But I am running into issues.
First, perhaps unrelated, I had to bump the iOS version in
Package.swift
from v12 to v13 in a fork, to able to resolve it inside XCode as a SwiftPackage, because of features likeFuture
requiring at least iOS v13.After getting the package installed I tried out the snippet in my ContentView, but got stuck at following errors:
The text was updated successfully, but these errors were encountered: