Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Expected method to read dictionary element not found on object of type 'id<NSObject>' #3313

Open
puyangdev opened this issue Sep 28, 2018 · 3 comments

Comments

@puyangdev
Copy link

ASDefaultPlaybackButtonType buttonType = (ASDefaultPlaybackButtonType)[parameters[@"buttonType"] intValue];
UIColor *color = parameters[@"color"];

Expected method to read dictionary element not found on object of type 'id'

@ay8s
Copy link
Contributor

ay8s commented Oct 17, 2018

@puyangdev AsyncDisplayKit was renamed to Texture, check out https://github.com/TextureGroup/Texture

@avipinto
Copy link

@ay8s there is this pull request opened from August that fixes this issue
#3310
if @SkyOfFeather didn't sign the https://code.facebook.com/cla maybe you can just make the change? this is a change in the declaration from (id) to (NSDictionary *)
Although upgrading to Texture is better but will be harder in big codebase.
Thanks

@ay8s
Copy link
Contributor

ay8s commented Jan 14, 2019

Unfortunately no PR's will be accepted here. Best to upgrade as theres been years of improvements since. There shouldn't be too many code breaking changes to work through.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants