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 737ab87 commit 262342fCopy full SHA for 262342f
.github/workflows/apple.yml
@@ -194,7 +194,7 @@ jobs:
194
elif [ "${{ matrix.triple }}" = "x86_64-apple-darwin" ]; then
195
export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk
196
elif [ "${{ matrix.triple }}" = "x86_64-apple-ios" ]; then
197
- export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk
+ export APPLE_SDK_PATH=/Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk
198
else
199
echo "unhandled target triple: ${{ matrix.triple }}"
200
exit 1
0 commit comments