Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit75a3552

Browse files
author
Stewart Gleadow
committed
Looks like -ObjC is needed for the tests to be picked up and run
1 parent55f7929 commit75a3552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎build_and_run_unit_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
# Calculate the variables to feed into the build
2424
OUTPUT_DIR=/tmp/xcodetest/${MAIN_APP_TARGET}
2525
XCODE_TEST_PATH=${OUTPUT_DIR}/${UNIT_TEST_TARGET}.octest/${UNIT_TEST_TARGET}
26-
XCODE_TEST_LDFLAGS="-framework SenTestingKit${LINK_TO_XCODE_TEST_LIB} -F\"$\(SDKROOT\)/Developer/Library/Frameworks\""
26+
XCODE_TEST_LDFLAGS="-ObjC -framework SenTestingKit${LINK_TO_XCODE_TEST_LIB} -F\"$\(SDKROOT\)/Developer/Library/Frameworks\""
2727

2828
# More reliable if the simulator is not already running
2929
osascript -e'tell app "iPhone Simulator" to quit'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp