Skip to content
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 18 updates? .scrollView, on: .iOS(.v16, .v17) ? #428

Open
2 tasks done
Volodymyr-13 opened this issue Jul 26, 2024 · 12 comments
Open
2 tasks done

iOS 18 updates? .scrollView, on: .iOS(.v16, .v17) ? #428

Volodymyr-13 opened this issue Jul 26, 2024 · 12 comments
Labels
bug Something isn't working

Comments

@Volodymyr-13
Copy link

Description

.scrollView, on: .iOS(.v16, .v17) Should be updated?

Checklist

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

@Volodymyr-13 Volodymyr-13 added the bug Something isn't working label Jul 26, 2024
@dymx101
Copy link

dymx101 commented Aug 12, 2024

any update? same issue here.

@amoshsueh
Copy link

+1

@tlb-xiongju
Copy link

tlb-xiongju commented Aug 21, 2024

v1.2.0 had been updated to support iOS18 #420

@liamcharger
Copy link
Contributor

@Volodymyr-13 what is the error message you're getting?

@Volodymyr-13
Copy link
Author

@Volodymyr-13 what is the error message you're getting?

None, it;s just not working as it should.

@liamcharger
Copy link
Contributor

Hm, that's strange, it works fine for me.

Can you share the code that isn't working?

@Volodymyr-13
Copy link
Author

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…

@liamcharger
Copy link
Contributor

Understood.

Are you including .v18 in the .iOS parameter of the modifier?

@Volodymyr-13
Copy link
Author

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.

@liamcharger
Copy link
Contributor

👍 If the .v18 parameter isn't included, then introspect won't work on iOS 18, like you've experienced.

@AzarouAmine
Copy link

AzarouAmine commented Sep 23, 2024

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.

@realityworks
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants