Skip to content

Commit

Permalink
修复SearchPath问题
Browse files Browse the repository at this point in the history
  • Loading branch information
simman committed Aug 22, 2017
1 parent 62cb399 commit 0be9984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/RCTAMapLocation/RCTAMapLocation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
9F042C3B1DD56193001BA3C4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../../ios/Frameworks";
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../ios/Frameworks";
GCC_PREFIX_HEADER = "";
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -238,7 +238,7 @@
9F042C3C1DD56193001BA3C4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../../ios/Frameworks";
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../ios/Frameworks";
GCC_PREFIX_HEADER = "";
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 0be9984

Please sign in to comment.