Sunday 15 July 2012

ios - How to Include .h files from static library into .app build in Objective C and Xcode -



ios - How to Include .h files from static library into .app build in Objective C and Xcode -

i built static libxyz.a in 1 xcode project , trying include in separate app project abc.xcodeproj. set public .h files in build phase->copy files in library project, according this: https://developer.apple.com/library/ios/technotes/iosstaticlibraries/articles/creating.html#//apple_ref/doc/uid/tp40012554-ch2-sw1

i included libxyz.a in build phase->link binary libraries of dependent frameworks.

however when tried build abc.app target, got error messages public .h files libxyz.a proejct not found.

i tried several things not prepare problem.

any idea? thanks!

ios objective-c xcode

No comments:

Post a Comment