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 d6a967b commit c3ef9d4Copy full SHA for c3ef9d4
build-xcframework.sh
@@ -309,7 +309,7 @@ combine_static_libraries() {
309
echo "Warning: vtool not found. Binary may not pass App Store validation."
310
fi
311
312
-
+
313
# Same for visionOS device builds. TODO(danbev) Remove duplication.
314
if [[ "$platform" == "visionos" && "$is_simulator" == "false" ]]; then
315
if command -v vtool &>/dev/null; then
0 commit comments