#!/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
set -eu
function usage() {
echo "This script creates XCFrameworks from libraries in specified directories."
echo "It merges libraries using libtool and creates an XCFramework using xcodebuild."
echo ""
echo "Usage: $0 --directory=
--framework= [--output=