摘要:
ERROR ITMS 90171: "Invalid Bundle Structure The binary file 'xxx.app/xxx.framework/xxx' is not permitted. Your app can’t contain standalone executable 阅读全文
posted @ 2020-05-20 22:47
JustToGo
阅读(2657)
评论(0)
推荐(0)
摘要:
脚本如下: !/bin/sh strip_invalid_archs() { binary="$1" echo "current binary ${binary}" Get architectures for current file archs="$(lipo info "$binary" | r 阅读全文
posted @ 2020-05-20 15:19
JustToGo
阅读(1024)
评论(0)
推荐(0)