ios - Xcode 7.2 Cannot create an Archive - Error says “Cordova/CDVViewController.h’ file not found ” -
i have been on earlier posts, questions , answers - of advise update build settings , header search paths. have followed advice no resolution. header search path set below folders:
$(target_build_dir)/usr/local/lib/include $(objroot)/uninstalledproducts/include $(built_products_dir) $(objroot)/uninstalledproducts/$(platform_name)/include i have updated cordova version , using 5.5 , platform ios version of 3.9.2 - update made no difference.
my preference -> locations -> advanced build location unique.
please help. missing?
for xcode7 add "$(objroot)/uninstalledproducts/$(platform_name)/include" header search paths.
Comments
Post a Comment