1、cfstring constant not pointer aligned
解決辦法:Build Settings
-> Other Linker Flags
加入-ld64
2、UIGraphicsBeginImageContextWithOptions崩潰
YYText使用時(shí)會(huì)崩潰在UIGraphicsBeginImageContextWithOptions
解決辦法:UIGraphicsBeginImageContext Deprecated
3、Sandbox:rsync.sanba deny(1) file-write-create xxx
使用 Xcode15
新建項(xiàng)目后,pod 引入部分第三方會(huì)報(bào)上面的錯(cuò)誤
解決辦法:Build Settings
搜索 sandbox
档泽,把 Build Options
中的 User Script Sandboxing
改為 NO