You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/09/15 20:11:56 UTC

ios commit: CB-9656 - Xcode can't find CDVViewController.h when archiving in Xcode 7.1 beta

Repository: cordova-ios
Updated Branches:
  refs/heads/master 47154c3c3 -> f4d216241


CB-9656 - Xcode can't find CDVViewController.h when archiving in Xcode 7.1 beta


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/f4d21624
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/f4d21624
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/f4d21624

Branch: refs/heads/master
Commit: f4d21624123b168d5fee2705ff45a706ca1598c8
Parents: 47154c3
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Sep 15 11:15:56 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Sep 15 11:15:56 2015 -0700

----------------------------------------------------------------------
 bin/templates/scripts/cordova/build.xcconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/f4d21624/bin/templates/scripts/cordova/build.xcconfig
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/build.xcconfig b/bin/templates/scripts/cordova/build.xcconfig
index 9490a2c..958b10c 100644
--- a/bin/templates/scripts/cordova/build.xcconfig
+++ b/bin/templates/scripts/cordova/build.xcconfig
@@ -22,7 +22,7 @@
 // Settings are overridden by configuration-level .xcconfig file (build-release/build-debug).
 //
 
-HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/lib/include" "$(OBJROOT)/UninstalledProducts/include" "$(BUILT_PRODUCTS_DIR)"
+HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/lib/include" "$(OBJROOT)/UninstalledProducts/include" "$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include" "$(BUILT_PRODUCTS_DIR)"
 IPHONEOS_DEPLOYMENT_TARGET = 7.0
 OTHER_LDFLAGS = -ObjC
 TARGETED_DEVICE_FAMILY = 1,2


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org