From 7b1aed804ffc4a8c3d9101582e2cff1916c4a435 Mon Sep 17 00:00:00 2001 From: Justice Hsiung Date: Fri, 23 Sep 2016 16:32:20 -0700 Subject: [PATCH] Changed path for Xcode-beta --- CocoaPods/iphoneos/module.modulemap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CocoaPods/iphoneos/module.modulemap b/CocoaPods/iphoneos/module.modulemap index 043db6c4..e573902c 100644 --- a/CocoaPods/iphoneos/module.modulemap +++ b/CocoaPods/iphoneos/module.modulemap @@ -1,4 +1,4 @@ module CSQLite [system] { - header "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h" + header "/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/sqlite3.h" export * }