簡體   English   中英

ParseUI…不包含位碼

[英]ParseUI … does not contain bitcode

一旦我似乎擺脫了所有語法錯誤,就將我的項目轉換為Swift 3.0。

我現在打這個:

    ld: '/Users/......./ParseUI.framework/ParseUI(PFLogInViewController.o)' does not contain bitcode. 
You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE),
 obtain an updated library from the vendor, or disable bitcode for this
 target. for architecture arm64
    clang: error: linker command failed with exit code 1 
(use -v to see invocation)

嘗試在Xcode中進行一些選項更改后,這些更改沒有任何效果,但我看不出任何解決此問題的明確解決方案。 有人對此有一個簡單明確的答案嗎?

在此處輸入圖片說明

在XCode中,在資源管理器中選擇您的項目>選擇目標>將“啟用位碼”設置為No。然后重新編譯您的代碼。

如果在目標中啟用了位碼,則所有pod都需要啟用位碼。 但是在您的情況下,Alamofire似乎未啟用位碼。 因此,只要是這樣,您就無法繼續將“啟用位碼”選項設置為“是”。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM