aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-03-08 20:38:37 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-03-08 20:39:01 -0800
commit6503c6efe2e339b235c452816473ebe9030b049d (patch)
tree2966d88ea579441757f707116829475492a1ff07 /example
parentb2188fbb210fbceaeee4aa38b930fe84071afa92 (diff)
Fixed #396: link with icucore explicitely
Diffstat (limited to 'example')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 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 37556fc4..491161bd 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
@@ -542,6 +542,7 @@
"-ltidy",
"-lstdc++",
"-lz",
+ "-licucore",
);
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
@@ -568,6 +569,7 @@
"-ltidy",
"-lstdc++",
"-lz",
+ "-licucore",
);
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;