Updated
Oct 6, 2021 3:05 PM
Created
Apr 6, 2021 1:53 AM
Tags
xcrun bitcode_strip -r MyAppBinary -o MyAppBinaryThinned
strip all binaries in xcarchive
find . -type f -perm +111 -print | xargs -I {} sh -c 'xcrun bitcode_strip -r {} -o {}'
xcrun bitcode_strip -r MyAppBinary -o MyAppBinaryThinned
strip all binaries in xcarchive
find . -type f -perm +111 -print | xargs -I {} sh -c 'xcrun bitcode_strip -r {} -o {}'