joeldev/ADNKit

ADNKit.framework/Headers missing ANKClient+ANKStreamMarker.h

Closed this issue · 4 comments

When using the precompiled framework, a new project throws an error, missing ANKClient+ANKStreamMarker.h. Copying it from the ADNKit folder into the framework works around.

I recommend embedding the project itself and not using the precompiled framework. That will be going away entirely very soon.

Yea, I switched to embedding the project & building locally. The @executable_path stuff isn't worth the trouble.

Well, I was more referring to setting up ADNKit as a build dependency, but embedding the source itself works too I suppose.

No that's what I did: "Drag ADNKit.xcodeproj into Xcode".