You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
动态库Debug Release合并脚本
1.File->New->Target->Aggregate
2.Build Phases->Target Dependencies->+->SDK
3.+->Add Run Script->...
selectorUnrefs
查找未使用的方法
imageUnrefs
查找未使用的图片
xcode_tool
OC控制台打印输出汉字
xcode10_libstdc
xcode10增加libstdc++文件类
Pods-xx-frameworks.sh: /bin/sh: bad interpreter: Operation not premitted
stackoverflow: https://stackoverflow.com/questions/38497708/when-i-built-my-app-in-xcode-there-is-an-error-bin-sh-bad-interpreter-operati
Reason: If you download project from internet, executable .sh files will be quarantined, and system doesn't allow them to execute.
Cure: You should remove extended attributes to make these executables work.
In terminal
xattr -rc 报错目录