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 <[email protected]> Authored: Thu Aug 24 10:24:11 2017 -0500 Committer: Tobias Bocanegra <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
