You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by tr...@apache.org on 2017/08/25 04:22:35 UTC

mac commit: Update project.pbxproj

Repository: cordova-osx
Updated Branches:
  refs/heads/master f71a46deb -> 986621fde


Update project.pbxproj

Xcode 7.2: In “Archive”: Getting the issue: “Cordova/CDVViewController.h’ file not found ”. While there is no such issues in building the app. Adding this line fixes it

 This closes #40


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

Branch: refs/heads/master
Commit: 986621fdecdd266b4229a8e7d1496ef6381eca38
Parents: f71a46d
Author: bookrides <jo...@bookridesonline.com>
Authored: Thu Aug 24 10:24:11 2017 -0500
Committer: Tobias Bocanegra <tr...@adobe.com>
Committed: Fri Aug 25 13:18:01 2017 +0900

----------------------------------------------------------------------
 bin/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/986621fd/bin/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/bin/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj b/bin/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj
index 3722ccd..2db24ba 100644
--- a/bin/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj
@@ -368,6 +368,7 @@
 					"$(inherited)",
 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
 					"\"$(BUILD_ROOT)/../IntermediateBuildFilesPath/UninstalledProducts/include\"",
+					"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
 				);
 				MACOSX_DEPLOYMENT_TARGET = 10.9;
 				ONLY_ACTIVE_ARCH = YES;
@@ -407,6 +408,7 @@
 					"$(inherited)",
 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
 					"\"$(BUILD_ROOT)/../IntermediateBuildFilesPath/UninstalledProducts/include\"",
+					"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
 				);
 				MACOSX_DEPLOYMENT_TARGET = 10.9;
 				OTHER_LDFLAGS = "-ObjC";


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