美文网首页
Command PhaseScriptExecution fai

Command PhaseScriptExecution fai

作者: b_walking | 来源:发表于2023-05-07 23:11 被阅读0次

    将Xcode更新到14.3后,build没问题,archive报错。
    rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/9e200cfa-7d96-11ed-886f-a23c4f261b56/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9]

    Command PhaseScriptExecution failed with a nonzero exit code
    解决方法:
    in APPNAME/ios/App/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh replaced source="(readlink "{source}")" with source="(readlink -f "{source}")"

    相关文章

      网友评论

          本文标题:Command PhaseScriptExecution fai

          本文链接:https://www.haomeiwen.com/subject/dpmksdtx.html