Skip to content

Commit 43634fc

Browse files
committed
test: fix ios xcode build path
1 parent aed31c9 commit 43634fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sample/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/Payload.ipa
2+
**/logFile.log

sample/build_ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ $? -ne 0 ]; then
5050
fi
5151

5252
echo "Building app..."
53-
xcodebuild clean build \
53+
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean build \
5454
-project "$(pwd)/build/output/iOS/Xcode/Unity-iPhone.xcodeproj" \
5555
-scheme Unity-iPhone \
5656
-destination "generic/platform=iOS" \

0 commit comments

Comments
 (0)