Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Add compiler flag and upgrade to latest RN version to clear build fai…
Browse files Browse the repository at this point in the history
…lure
  • Loading branch information
Bret Marzolf authored and Bret Marzolf committed Oct 21, 2016
1 parent a04b897 commit e43d872
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions example/ios/example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,10 @@
);
INFOPLIST_FILE = example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-ObjC";
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
);
PRODUCT_NAME = example;
};
name = Debug;
Expand All @@ -676,7 +679,10 @@
);
INFOPLIST_FILE = example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-ObjC";
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
);
PRODUCT_NAME = example;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"react": "^15.3.0",
"react-native": "^0.30.0",
"react-native": "^0.35.0",
"react-native-pathjs-charts": "file:../"
}
}

0 comments on commit e43d872

Please sign in to comment.