Skip to content

Commit 344b2b9

Browse files
committed
delete the values in Library Search Paths
https://stackoverflow.com/a/9458789/29851
1 parent 59e099f commit 344b2b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SelfControl.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4463,6 +4463,7 @@
44634463
GCC_WARN_UNDECLARED_SELECTOR = YES;
44644464
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
44654465
GCC_WARN_UNUSED_FUNCTION = YES;
4466+
LIBRARY_SEARCH_PATHS = "";
44664467
MTL_ENABLE_DEBUG_INFO = YES;
44674468
ONLY_ACTIVE_ARCH = YES;
44684469
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -4500,6 +4501,7 @@
45004501
GCC_WARN_UNDECLARED_SELECTOR = YES;
45014502
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
45024503
GCC_WARN_UNUSED_FUNCTION = YES;
4504+
LIBRARY_SEARCH_PATHS = "";
45034505
MTL_ENABLE_DEBUG_INFO = NO;
45044506
PRODUCT_NAME = "$(TARGET_NAME)";
45054507
PROVISIONING_PROFILE = "";

0 commit comments

Comments
 (0)