-
Notifications
You must be signed in to change notification settings - Fork 72
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 example crash on real hardware with error "-[RSTView animator]: unrecognized selector sent to instance" #32
Comments
Ah, yeah, this is an oversight on my part - and why I label iOS as alpha, heh. More people testing it will push things like this to get found and fixed though, so def appreciate this issue being opened. The core issue is that the APIs used for animation in Cocoa are here, and I simply didn't do the iOS counterpart - it's attempting to initialize animator proxy access with a selector that's not used on iOS. I'd need to sit down and either stub this out so it's just a no-op on iOS for now, or do the actual work to support basic animations on iOS as well. |
#46 should fix this one it's merged - so closing this for now. Any further comments can go over there. Thanks for reporting it! |
Is this supposed to be fixed in 0.3.2? I get the same error. If not, is there a plan on releasing a new version with this fix? |
I thought I fixed this, but it probably isn’t on crates.io - try the repo code tho.
…On Thu, Jun 8, 2023 at 03:30, Miha ***@***.***(mailto:On Thu, Jun 8, 2023 at 03:30, Miha <<a href=)> wrote:
Is this supposed to be fixed in 0.3.2? I get the same error. If not, is there a plan on releasing an new version with this fix?
—
Reply to this email directly, [view it on GitHub](#32 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAAFROAZDDHRFOKSPCKZ2XLXKGSWFANCNFSM53RZSIUA).
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
With the repo code it works with the commit 64908e5. I think I tried the latest commit a few days ago and it also didn't work, but another issue. I'm trying to publish my crate and with published crates you cannot have git dependencies. Thats why I am asking if its possible to get a new version on crates.io. |
Ah, sure - I can cut a release tomorrow. Ping me if I don’t get to it.
…On Thu, Jun 8, 2023 at 03:41, Miha ***@***.***(mailto:On Thu, Jun 8, 2023 at 03:41, Miha <<a href=)> wrote:
With the repo code it works with the commit [64908e5](64908e5). I think I tried the latest commit a few days ago and it also didn't work, but another issue.
I'm trying to publish my crate and with published crated you cannot have git dependencies. Thats why I am asking if its possible to get a new version on crates.io.
—
Reply to this email directly, [view it on GitHub](#32 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAAFROH456NTRCUE6B632VLXKGT5HANCNFSM53RZSIUA).
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Alright, thanks a lot! |
@Miha-Rozina there should be a |
Thanks a lot! I do get a runtime error though, but a different one. I'll open a new issue about it. |
This was tested against a790eb9 with the example on the repo
It appears to me that
RSTView
is registered in multiple places of the codebase, those could possibly conflict I suppose?Cargo.toml:
Device syslog for the process:
The text was updated successfully, but these errors were encountered: