Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Revert previous commit—error was in Xcode
Browse files Browse the repository at this point in the history
Deleting your DerivedData. 65% of the time, it works every time.
  • Loading branch information
numist committed Oct 11, 2013
1 parent 5944806 commit 9143025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NNKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "NNKit/$(TARGET_NAME)-Prefix.pch";
INFOPLIST_FILE = "NNKit/NNKit-Info.plist";
INSTALL_PATH = "";
INSTALL_PATH = "@rpath";
LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)";
WRAPPER_EXTENSION = framework;
};
Expand All @@ -751,7 +751,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "NNKit/$(TARGET_NAME)-Prefix.pch";
INFOPLIST_FILE = "NNKit/NNKit-Info.plist";
INSTALL_PATH = "";
INSTALL_PATH = "@rpath";
LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)";
WRAPPER_EXTENSION = framework;
};
Expand Down

0 comments on commit 9143025

Please sign in to comment.