aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-08 20:40:23 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-08 20:40:23 -0700
commita4a5c379882f73bd6e82e4b1125ff76a1ee1a6b8 (patch)
treedd8923450cb465b3bd75d7726b6f3c31c633c1ca /example
parentab463acada905f8b4704a8acb057e78c9e4e17dc (diff)
Fixed link issue. C++ library was required.
Diffstat (limited to 'example')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj20
1 files changed, 2 insertions, 18 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj b/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj
index 88ce896a..28e68040 100644
--- a/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj
+++ b/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj
@@ -416,17 +416,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LIBRARY = "libstdc++";
- FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iOS UI Test/iOS UI Test-Prefix.pch";
- HEADER_SEARCH_PATHS = (
- "\"$(SRCROOT)/../../../Externals/libetpan-ios/include\"",
- "\"$(SRCROOT)/../../../Externals/icu4c-ios/include\"",
- "\"$(SRCROOT)/../../../Externals/ctemplate-ios/include\"",
- "\"$(SRCROOT)/../../../Externals/tidy-html5-ios/include/tidy\"",
- /usr/include/tidy,
- /usr/include/libxml2,
- );
INFOPLIST_FILE = "iOS UI Test/iOS UI Test-Info.plist";
LIBRARY_SEARCH_PATHS = (
"\"$(SRCROOT)/../../../Externals/libetpan-ios/lib\"",
@@ -447,6 +438,7 @@
"-liconv",
"-all_load",
"-ltidy",
+ "-lstdc++",
);
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
@@ -456,17 +448,8 @@
AB9EAE2A170368F000D750C7 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_APPS_DIR)/Xcode.app/Contents/Developer/Library/Frameworks\"";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iOS UI Test/iOS UI Test-Prefix.pch";
- HEADER_SEARCH_PATHS = (
- "\"$(SRCROOT)/../../../Externals/libetpan-ios/include\"",
- "\"$(SRCROOT)/../../../Externals/icu4c-ios/include\"",
- "\"$(SRCROOT)/../../../Externals/ctemplate-ios/include\"",
- "\"$(SRCROOT)/../../../Externals/tidy-html5-ios/include/tidy\"",
- /usr/include/tidy,
- /usr/include/libxml2,
- );
INFOPLIST_FILE = "iOS UI Test/iOS UI Test-Info.plist";
LIBRARY_SEARCH_PATHS = (
"\"$(SRCROOT)/../../../Externals/libetpan-ios/lib\"",
@@ -487,6 +470,7 @@
"-liconv",
"-all_load",
"-ltidy",
+ "-lstdc++",
);
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;