I am created static library files and added that in to My Project XCode while compile it's throughs Apple Mach-O Linker Error,
My Static libraries
1.libMathLibrary.a
2.libDineshLibrary.a
I have checked
Target->Build Phases ->Link Binary with Libraries my static library added
LIBRARY_SEARCH_PATHS = $(inherited) "$(SRCROOT)/staticlb/libMathLibrary" "$(SRCROOT)/staticlb/libDineshLibrary" add static library path.
How to I resolve this problem. Please share your ideas, I hope it will help me..Thank you.