iOS 18 updates? .scrollView, on: .iOS(.v16, .v17) ?
Opened this issue · 12 comments
Description
.scrollView, on: .iOS(.v16, .v17) Should be updated?
Checklist
- I have read the README before submitting this report.
- This issue hasn't been addressed in an existing GitHub issue or discussion.
Expected behavior
Build in Xcode 16 beta for latest iOS 18
Actual behavior
Not building..
Steps to reproduce
Build scroll for iOS18
Version information
1.3.0
Destination operating system
iOS 18
Xcode version information
Xcode 16 beta latest
Swift Compiler version information
No response
any update? same issue here.
+1
v1.2.0 had been updated to support iOS18 #420
@Volodymyr-13 what is the error message you're getting?
@Volodymyr-13 what is the error message you're getting?
None, it;s just not working as it should.
Hm, that's strange, it works fine for me.
Can you share the code that isn't working?
Hm, that's strange, it works fine for me.
Can you share the code that isn't working?
To be honest we had no time to figure this out so we removed introspect from our project, replaced some ui and now it’s working.. well not ideally as we needed but still.
‘and I can’t share code.. but can say it was used just for scroll with inertia…
Understood.
Are you including .v18
in the .iOS parameter of the modifier?
Understood.
Are you including
.v18
in the .iOS parameter of the modifier?
I don’t remember.. since we just removed it really quickly.. well, hoping for some fixed/updates later, so then we will get back to it maybe.
👍 If the .v18
parameter isn't included, then introspect won't work on iOS 18, like you've experienced.
Anyone has any idea when the v18
parameter will be added? I'm on Xcode-16.1.0-Beta.2 and it's still not available.
EDIT: Xcode by default adds the dependency with version 0.8, which explains why it was not working as intended for me.
Anyone has any idea when the
v18
parameter will be added? I'm on Xcode-16.1.0-Beta.2 and it's still not available. EDIT: Xcode by default adds the dependency with version 0.8, which explains why it was not working as intended for me.
Added already. Please use 1.3.0.