We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed31c9 commit 43634fcCopy full SHA for 43634fc
sample/.gitignore
@@ -0,0 +1,2 @@
1
+**/Payload.ipa
2
+**/logFile.log
sample/build_ios.sh
@@ -50,7 +50,7 @@ if [ $? -ne 0 ]; then
50
fi
51
52
echo "Building app..."
53
-xcodebuild clean build \
+/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean build \
54
-project "$(pwd)/build/output/iOS/Xcode/Unity-iPhone.xcodeproj" \
55
-scheme Unity-iPhone \
56
-destination "generic/platform=iOS" \
0 commit comments