Fat Framework Script for Xcode 10?
I used this script in the post-action of the archive in my scheme to make a FAT binary framework. One that will work on the simulator and actual device. https://gist.github.com/gauravkeshre/eabb2a13ef6d673fadec84ca60b56b05 Does anyone know how to convert it to work with Xcode 10? Using the legacy build system fixes the errors, but I would rather not rely on it. Here is the script itself: exec > /tmp/${PROJECT_NAME}_archive.log 2>&1 UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/${CONFIGURATION}-universal if [ "true" == ${ALREADYINVOKED:-false} ] then echo "RECURSION: Detected, stopping" else export