国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code

這篇具有很好參考價值的文章主要介紹了iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code
iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code
iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code
iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code
上面是我打包報錯的詳細信息,我發(fā)現(xiàn)報錯的主要是高德地圖的三方庫,我就刪除了報錯的三方庫,同時刪除 pods文件夾 和 .lock文件 重新pod install
iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code

之后三方庫不再報錯,只報錯error build: Command PhaseScriptExecution failed with a nonzero exit code
本來以為離成功更近一步,沒想到解決這個錯誤折騰了好久
iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code

解決方法:
試過了網(wǎng)上的相關(guān)解決方法:
1.Build settings -> Excluded Architectures
Delete "arm64“
2.清內(nèi)存并且clear
3.刪除User Header search Pacths里的所有內(nèi)容
4.重啟電腦
都沒有成功
iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code

最終的解決方法是我刪掉了腳本shell配置,成功打包

iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code

希望能幫助到遇到相同問題的童鞋,加油,祝好運??

解決問題的參考文檔地址:
https://www.jianshu.com/p/3cae17a41734
https://www.it1352.com/923036.html文章來源地址http://www.zghlxwxcb.cn/news/detail-441947.html

到了這里,關(guān)于iOS Xcode版本14.2 編譯成功 打包報error build: Command PhaseScriptExecution failed with a nonzero exit code的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費用

相關(guān)文章

  • 使用Xcode 14.3 打包,在iOS13 系統(tǒng)上閃退問題

    Date/Time: ? ? ? ? ? 2023-04-21 16:49:28.3937 +0800 Launch Time: ? ? ? ? 2023-04-21 16:49:27.7110 +0800 OS Version: ? ? ? ? ?iPhone OS 13.4.1 (17E262) Release Type: ? ? ? ?User Baseband Version: ? ?1.05.28 Report Version: ? ? ?104 Exception Type: ?EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception No

    2024年02月06日
    瀏覽(26)
  • iOS問題記錄 - Xcode 14.3版本運行項目報錯

    iOS問題記錄 - Xcode 14.3版本運行項目報錯

    看到Xcode有新版本,沒忍住點了升級,然后問題來了。 2023/06/24更新:關(guān)于Xcode 14.3版本打出來的包在iOS 13版本報錯的問題,經(jīng)過iOS 13.7版本真機實測,這個問題在Xcode 14.3.1版本已經(jīng)修復(fù),建議升級。Xcode 14.3.1的發(fā)布說明也提及了這個問題的修復(fù)。 2023/04/23更新:關(guān)于Xcode 14.3版本

    2023年04月09日
    瀏覽(27)
  • iOS問題記錄 - Xcode 14安裝低版本iOS模擬器(持續(xù)更新)

    iOS問題記錄 - Xcode 14安裝低版本iOS模擬器(持續(xù)更新)

    最近客服跟我反饋說,有一個用戶打開老項目的iOS App閃退,我回顧了下這項目上次發(fā)布改了啥,發(fā)現(xiàn)就改了一些文本和鏈接,這就很奇怪。到后臺查了下這個用戶的設(shè)備信息和應(yīng)用版本,用的是手機型號是iPhone X,系統(tǒng)版本是iOS 11.2,以及最新版的應(yīng)用。 很長時間都忙著Flu

    2024年02月15日
    瀏覽(25)
  • XCode 14.2 運行MonkeyDev項目出現(xiàn)Executable Path is a Directory

    XCode 14.2 運行MonkeyDev項目出現(xiàn)Executable Path is a Directory

    解決辦法: 更改Generate info.plist file 的值為NO, 將info.plist File 的值改為xxx/info.plist? 問題:?The WatchKit app\\\'s Info.plist must have a XXX? 解決辦法:1. 刪除weChat.app/com.apple.WatchPlaceholder 文件夾 ? ? ? ? ? ? ? ? ? ?2. 刪除DerivedData緩存 ? ? ? ? ? ? ? ? ? ? 3. 工程clean一下

    2024年02月13日
    瀏覽(23)
  • iOS-bug Xcode 14.3 archive打包失敗,command PhasescriptExecution failed with a nonzero exit code

    iOS-bug Xcode 14.3 archive打包失敗,command PhasescriptExecution failed with a nonzero exit code

    升級到Xcode14.3后,打包出現(xiàn)如下問題 command PhasescriptExecution failed with a nonzero exit code 1、在Xcode中找到該路徑文件,Pods/Targets Support Files/Pods-xxxxx/Pods-xxxx-frameworks.sh 2、找到 source =\\\"$(readlink?\\\"${source}\\\")\\\"? 更改為 source =\\\"$(readlink -f \\\"${source}\\\")\\\" 3、修改完成后,重新archive即可成功,親測

    2024年02月14日
    瀏覽(27)
  • iOS-bug Xcode 14.3版本運行項目報錯File not found: /Applications/Xcode.app/Contents/Developer/...

    Xcode14.3 File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeD..... Xcode15: SDK does not contain \\\'libarclite\\\' at the path \\\'/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/liba.... 1、下載arc目錄解壓后復(fù)制到指定目錄路徑: /Applications/Xcode.app/Contents/Developer/Toolchains

    2024年02月12日
    瀏覽(21)
  • ios xcode 14.3: rsync error: some files could not be transferred (code 23) at

    ios xcode 14.3: rsync error: some files could not be transferred (code 23) at

    rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots/97f6331a-ba75-11ed-a4bc-863efbbaf80d/Library/Caches/com.apple.xbs/Sources/rsync/rsync/main.c(996) [sender=2.6.9] Command PhaseScriptExecution failed with a nonzero exit code 將Pods-項目名-frameworks.sh中的source=“ ( r e a d l i n k \\\" (readlink \\\" ( re a d l

    2024年02月10日
    瀏覽(26)
  • flutter build hap打包編譯時報錯:hvigor ERROR: Failed :entry:default@CompileArkTS...

    flutter build hap打包編譯時報錯:hvigor ERROR: Failed :entry:default@CompileArkTS...

    有人遇到類似問題嗎?不知道怎么解決了

    2024年04月09日
    瀏覽(23)
  • 成功解決error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“

    成功解決error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“

    最近在做深度學(xué)習(xí)的yolo5目標追蹤的學(xué)習(xí),在下載依賴包時,報了如下錯誤: 原因是沒有C++的編譯環(huán)境,為此我們要去官網(wǎng)下載好Visual Stuido Code。 附下載鏈接:Visual Stuido Code 記住!一定要下載System Installer版本的! 下載好后根據(jù)安裝提示下載就好了。網(wǎng)上有很多教程,這里不

    2024年02月12日
    瀏覽(28)
  • Xcode 14.3.1build 報錯整理

    Xcode 14.3.1build 報錯整理

    1、Command PhaseScriptExecution failed with a nonzero exit code 2、In /Users/XX/XX/XX/fayuan-mediator-app-rn/ios/Pods/CocoaLibEvent/lib/libevent.a(buffer.o), building for iOS Simulator, but linking in object file built for iOS, file \\\'/Users/XX/XX/XX/fayuan-mediator-app-rn/ios/Pods/CocoaLibEvent/lib/libevent.a\\\' for architecture arm64 step1: step2: step3:完全

    2024年02月07日
    瀏覽(18)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包