ios - Using Library at Xcode -


I had the Xenofex-MultiColumnTableViewForiOS-0b3fa88 library download and had plans to use it in my iOS project.

Do I know that there is a step to import and link to this library for my project? Just drag and drop the unzipped folder for my project?

I pulled the required file into my project and tried to run it.

The compiler has allowed me to error below. I386: "_OBJC_METACLASS _ $ _CALayer", referenced from: _OBJC_METACLASS _ $ _EWHeaderHighlightLayer.o "_OBJC_CLASS _ $ _CALayer", referenced from EWHeaderHighlightLayer: _OBJC_CLASS Referenced from ObjC-class-referee "_OBJC_CLASS _ $ _ CATransaction" in EWHeaderHighlightLayer EWHeaderHighlightLayer EWHeaderHighlightLayer.o in EWHeaderHighlightLayer.o. Referenced from ObjC-class-referee "_kCatransactionDisableActions" in EWMultiColumnTableView.o: [EWMultiColumnTableView Highlight column: ] EWMultiColumnTableView.o in LD: not found symbol for architecture (s) i386 jhank: error: linker command failure code 1a With failed (use -V to check orientation)

Can any advice on this?

The point of the linkir errors, you add the quartzakor framework for your project. This is where the CLAER class Other things are also implemented with the load.

There are instructions on how to do this in a top-rated answer to this question:.

Comments