You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be another report of this here that was closed because the reporter didn't provide an example project.
I'm installing Texture and IGListKit (release branches) via Carthage. Xcode bails before it can build the Texture framework because it can't find AsyncDisplayKit/IGListAdapter+AsyncDisplayKit.h:
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/AsyncDisplayKit.h"
^
/Users/n/Desktop/IGListKitASDK/Carthage/Build/iOS/AsyncDisplayKit.framework/Headers/AsyncDisplayKit.h:50:9: error: 'AsyncDisplayKit/IGListAdapter+AsyncDisplayKit.h' file not found
#import <AsyncDisplayKit/IGListAdapter+AsyncDisplayKit.h>
^
/Users/n/Desktop/IGListKitASDK/IGListKitASDK/ViewController.swift:2:8: error: could not build Objective-C module 'AsyncDisplayKit'
import AsyncDisplayKit
I've verified that if I pull IGListKit from my project, clean it, and leave only Texture, the build succeeds (presumably because this code never gets executed in AsyncDisplayKit.h):
I've attached an example project to repro. Be sure to run carthage update before running it (I deleted the carthage checkout and build folders in the zip to get you a lightweight file).
There seems to be another report of this here that was closed because the reporter didn't provide an example project.
I'm installing Texture and IGListKit (release branches) via Carthage. Xcode bails before it can build the Texture framework because it can't find
AsyncDisplayKit/IGListAdapter+AsyncDisplayKit.h
:I've verified that if I pull IGListKit from my project, clean it, and leave only Texture, the build succeeds (presumably because this code never gets executed in
AsyncDisplayKit.h
):I've attached an example project to repro. Be sure to run
carthage update
before running it (I deleted the carthage checkout and build folders in the zip to get you a lightweight file).Thanks, and let me know how I can help! 😃
IGListKitASDK.zip
The text was updated successfully, but these errors were encountered: