[iOS_carthage] Building universal frameworks with common architectures is not possible.
https://github.com/Carthage/Carthage/issues/3146 위 경로에서 말하는데로 .sh파일을 수정하여 실행시켰더니 정상 작동하였습니다. # carthage.sh # Usage example: ./carthage.sh build --platform iOS set -euo pipefail xcconfig=$(mktemp /tmp/static.xcconfig.XXXXXX) trap 'rm -f "$xcconfig"' INT TERM HUP EXIT # For Xcode 12 make sure EXCLUDED_ARCHS is set to arm architectures otherwise # the build will fail on lipo due to duplicat..
2021.10.22