File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
example/ios/AirMapsExplorer.xcodeproj Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 651651 );
652652 INFOPLIST_FILE = AirMapsExplorer/Info.plist;
653653 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
654- OTHER_LDFLAGS = "-ObjC";
654+ OTHER_LDFLAGS = (
655+ "-ObjC",
656+ "-lc++",
657+ );
655658 PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
656659 PRODUCT_NAME = AirMapsExplorer;
657660 };
668671 );
669672 INFOPLIST_FILE = AirMapsExplorer/Info.plist;
670673 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
671- OTHER_LDFLAGS = "-ObjC";
674+ OTHER_LDFLAGS = (
675+ "-ObjC",
676+ "-lc++",
677+ );
672678 PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
673679 PRODUCT_NAME = AirMapsExplorer;
674680 };
You can’t perform that action at this time.
0 commit comments