objective c - ld: library not found for -lIOKit.A clang xcode -


i included libiokit.a.dylib library xcode project using target section of project shown in below image. project built , worked fine , i'm getting wired error in compiling state saying

ld: library not found -liokit.a clang: error: linker command failed exit code 1 (use -v see invocation)

can me on matter?

enter image description here

the private framework iokit built simulator doesn’t exist, won’t work there. library work on ipad or iphone.


Comments