i'm developing ios 6 app ipad , use repository called grabkit, have add inside project nested/sub project. in order make work must add in header search paths following code:
$(target_build_dir)/include/grabkitlib
so looks that:
it works pretty in simulator , when test on ipad, problem when want archive send app store error saying: "grabkit.h file not found" don't error when i'm testing app it's weird. problem? can do? thanks
i fixd adding $(build_root)/../intermediatebuildfilespath/uninstalledproducts/include/grabkitlib
in user header search path
skip install = no
Comments
Post a Comment