Version 2.2.1
Embedded with CocoaPods
ASDefaultPlaybackButton.m Line 54

鍚屾牱闂
@cj1024 Hey - what Xcode warnings do you have enabled? I just tried the ASViewController example and it built fine with Xcode 9.3.
@maicki



These settings work well with pre version XCode.
@cj1024 I cannot reproduce this error. Please update to the latest version of Texture and also file an issue on the official Texture repo: https://github.com/TextureGroup/Texture
@maicki I also encountered the same problem above, need how to fix the problem, is to upgrade the Xcode9.3, need your help, thank you very much!
@cj1024 杩欎釜闂浣犺В鍐充簡鍢涳紝鎴戜篃閬囧埌浣犲悓鏍风殑闂
@wqforeverhell 涓存椂瑙e喅鏂规硶灏辨槸鎶妏arameters澹版槑鎴怤SDictionary灏卞彲浠ョ紪杩囦簡
I was receiving this same error after updating to XCode 9.3 and using ASyncDisplayKit. I updated my Podfile to use the latest Texture version and still receive this error in Texture. There is already an open issue in the Texture repo:
https://github.com/TextureGroup/Texture/issues/875
Since this exist in both repos, if you come across a resolution, please pass it along to see if it can be a fix for both projects.
Same error.
Replace 'id

@MatthewRamsey You could do as what @xumeng wrote.
Just declare the "parameters" as NSDictionary, then you can build.
Thanks @cj1024 and @xumeng! I'll have to give that a try. I reverted back to XCode 9.2 for now so I could get some work done.
I've faced the same issue and did exactly what @xumeng wrote in my forked repo. You may use
pod "AsyncDisplayKit", :git => 'https://github.com/miletliyusuf/AsyncDisplayKit.git' to save the day.
Most helpful comment
I've faced the same issue and did exactly what @xumeng wrote in my forked repo. You may use
pod "AsyncDisplayKit", :git => 'https://github.com/miletliyusuf/AsyncDisplayKit.git'to save the day.