Skip to content

Commit 6cab7e2

Browse files
committed
Remove unused frameworks folder path
Gets rid of warning: Directory not found for option '-F/Applications/Xcode7.2.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk/Developer/Library/Frameworks'
1 parent baa9dd2 commit 6cab7e2

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,11 +2235,7 @@
22352235
COPY_PHASE_STRIP = NO;
22362236
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22372237
ENABLE_STRICT_OBJC_MSGSEND = YES;
2238-
FRAMEWORK_SEARCH_PATHS = (
2239-
"$(SDKROOT)/Developer/Library/Frameworks",
2240-
"$(inherited)",
2241-
"$(SRCROOT)/Carthage/Build/iOS",
2242-
);
2238+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
22432239
GCC_C_LANGUAGE_STANDARD = gnu99;
22442240
GCC_DYNAMIC_NO_PIC = NO;
22452241
GCC_OPTIMIZATION_LEVEL = 0;
@@ -2294,11 +2290,7 @@
22942290
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
22952291
ENABLE_NS_ASSERTIONS = NO;
22962292
ENABLE_STRICT_OBJC_MSGSEND = YES;
2297-
FRAMEWORK_SEARCH_PATHS = (
2298-
"$(SDKROOT)/Developer/Library/Frameworks",
2299-
"$(inherited)",
2300-
"$(SRCROOT)/Carthage/Build/iOS",
2301-
);
2293+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
23022294
GCC_C_LANGUAGE_STANDARD = gnu99;
23032295
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
23042296
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
@@ -2345,11 +2337,7 @@
23452337
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
23462338
ENABLE_NS_ASSERTIONS = NO;
23472339
ENABLE_STRICT_OBJC_MSGSEND = YES;
2348-
FRAMEWORK_SEARCH_PATHS = (
2349-
"$(SDKROOT)/Developer/Library/Frameworks",
2350-
"$(inherited)",
2351-
"$(SRCROOT)/Carthage/Build/iOS",
2352-
);
2340+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
23532341
GCC_C_LANGUAGE_STANDARD = gnu99;
23542342
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
23552343
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
@@ -2396,11 +2384,7 @@
23962384
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
23972385
ENABLE_NS_ASSERTIONS = NO;
23982386
ENABLE_STRICT_OBJC_MSGSEND = YES;
2399-
FRAMEWORK_SEARCH_PATHS = (
2400-
"$(SDKROOT)/Developer/Library/Frameworks",
2401-
"$(inherited)",
2402-
"$(SRCROOT)/Carthage/Build/iOS",
2403-
);
2387+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
24042388
GCC_C_LANGUAGE_STANDARD = gnu99;
24052389
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
24062390
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;

0 commit comments

Comments
 (0)