Asyncdisplaykit: Build failed with XCode Version 9.3 (9E145)

Created on 30 Mar 2018  路  12Comments  路  Source: facebookarchive/AsyncDisplayKit

Version 2.2.1
Embedded with CocoaPods
ASDefaultPlaybackButton.m Line 54

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.

All 12 comments

鍚屾牱闂

@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' with 'NSDictionary', built ok.
image

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Adlai-Holler picture Adlai-Holler  路  4Comments

wangqianjun picture wangqianjun  路  7Comments

haashem picture haashem  路  5Comments

JS1010111 picture JS1010111  路  5Comments

Luis-X picture Luis-X  路  7Comments