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
FYI, wanted to let you know that projects including ScrollViewProxy will likely break now that https://github.com/siteline/SwiftUI-Introspect/releases/tag/0.2.0 has a minimum iOS 13, but this project has min iOS 11. Can either try and upgrade this project to use the latest introspect library, or update the Package.swift to only include the exact version "0.1.4".
Workaround:
If someone includes this package as a dependency, you must also include the correct SwiftUI-Introspect version before the iOS minimum changed, like this:
Hmm, that's not great. Maybe I should drop Introspect and just grab the scrollview similar to Introspect but without the rest of the package, because if I pin Introspect there will be others that want to use the newer release of it I'd assume?
FYI, wanted to let you know that projects including
ScrollViewProxy
will likely break now that https://github.com/siteline/SwiftUI-Introspect/releases/tag/0.2.0 has a minimum iOS 13, but this project has min iOS 11. Can either try and upgrade this project to use the latest introspect library, or update the Package.swift to only include the exact version "0.1.4".Workaround:
If someone includes this package as a dependency, you must also include the correct
SwiftUI-Introspect
version before the iOS minimum changed, like this:The text was updated successfully, but these errors were encountered: