Skip to content

Commit 1b985d3

Browse files
committed
Resolved Framework Search Paths warning
1 parent edc680d commit 1b985d3

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

Example/Skeleton.xcodeproj/project.pbxproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -538,10 +538,7 @@
538538
baseConfigurationReference = D76031F21022F04B0CCD4B56 /* Pods-Skeleton_Tests.debug.xcconfig */;
539539
buildSettings = {
540540
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
541-
FRAMEWORK_SEARCH_PATHS = (
542-
"$(SDKROOT)/Developer/Library/Frameworks",
543-
"$(inherited)",
544-
);
541+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
545542
GCC_PREPROCESSOR_DEFINITIONS = (
546543
"DEBUG=1",
547544
"$(inherited)",
@@ -559,10 +556,7 @@
559556
baseConfigurationReference = 7363BAEA148D4E14564677A9 /* Pods-Skeleton_Tests.release.xcconfig */;
560557
buildSettings = {
561558
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
562-
FRAMEWORK_SEARCH_PATHS = (
563-
"$(SDKROOT)/Developer/Library/Frameworks",
564-
"$(inherited)",
565-
);
559+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
566560
INFOPLIST_FILE = Tests/Info.plist;
567561
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
568562
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";

0 commit comments

Comments
 (0)