From 6503c6efe2e339b235c452816473ebe9030b049d Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Sat, 8 Mar 2014 20:38:37 -0800 Subject: Fixed #396: link with icucore explicitely --- example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example') 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; -- cgit v1.2.3