1. 程式人生 > >You must rebuild it with bitcode enabled 錯誤

You must rebuild it with bitcode enabled 錯誤

問題詳情:

(null): URGENT: all bitcode will be dropped because ‘xxxx’ was built without 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. Note: This will be an error in the future.

問題分析:

從上述的錯誤中應該可以看出,這是因為一個第三方的庫不相容,我的工程中開啟了 ENABLE_BITCODE

 (應該是升級之後自動轉換的),而這個第三方的庫在編譯的時候沒有 enable bitcode,所以導致上訴問題。

解決方法:

應該是有兩種吧,一種就是換成 enable bitcode 的第三方庫,再有一種就是將工程的 ENABLE_BITCODE 設定為 false 就可以了。

因為我這裡不太方便換庫,所以,就把工程的設定給改了一下。

具體操作方法如下:Build Settings -> Enable Bitcode -> NO

上面解決方法是把工程的設定給改了,但是改了之後有什麼影響現在還沒有發現。如果以後發現了會更新本文。


相關推薦

You must rebuild it with bitcode enabled 錯誤

問題詳情: (null): URGENT: all bitcode will be dropped because ‘xxxx’ was built without bitcode. You must rebuild it with bitcode enabled (

【解決方法】You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE)

今天把xcode升級到7.0了,除了swift語法的一些問題,還有幾個問題比較麻煩,其中一個就是包含標題的一個錯誤提示。 開發環境:Xcode 7.0 開發語言:swift(引入了第三方的oc庫) 出現場景: 正常除錯是沒有問題的,但是在Archi

mac安裝mysql5.7 Your password has expired. To log in you must change it using a cl...

問題描述:Your password has expired. To log in you must change it using a client that supports expired passwords. 解決辦法:root許可權登入mysql:mysql -uroot

mysql5.7.24啟動報錯:ERROR 1862 (HY000): Your password has expired. To log in you must change it using a client that supports expired passwords.

報錯原因是:密碼過期。不管你是剛剛修改密碼還是什麼,只要登陸都是有問題的,都是報這樣子的錯誤。 解決方法是: 1、修改/etc/my.cnf檔案,在[mysqld]下加入“skip-grant-tables”。 2、重啟mysql伺服器 3、登陸mysql [[email prote

MySQL5.7出現Your password has expired. To log in you must change it using a client that supports expir

簡介 今天晚上本來想寫bootstrap-fileinput外掛整合fastdfs的文章,但是剛啟動idea裡面的QiYuAdmin就出現了錯誤: Your password has expired. To log in you must change it

【MySQL】MySQL 5.7 "Your password has expired.To log in you must change it using a client that suppor"

解決辦法1:更新密碼: set password=password('password'); 解決辦法2:禁用密碼有效期 ALTER USER 'root'@localhost' PASSWORD EXPIRE INTERVAL 90 DAYS; ALTER USER

java.sql.SQLException: Your password has expired. To log in you must change it using a client that s

java.sql.SQLException: Your password has expired.To log in you must change it using a client that supports expired passwords. com.mysql.jdbc.exceptions.j

Your password has expired. To log in you must change it using a client that supports expired passwor

開啟 命令列 /usr/local/mysql/bin/mysqladmin -u root -p password 提示輸入按照後的那個密碼 輸入完成後 提示輸入新的密碼 Enter pass

ERROR 1862 (HY000): Your password has expired. To log in you must change it using a client that supp

解決辦法: 先通過跳過授權表的方式啟動資料庫: mysqld_safe --user=mysql--datadir=/data/mysql --skip-grant-tables --skip-networking & 這樣就可以免密碼登入了。 然後修改該使用者密

彈出AlertDialog的時候報You need to use a Theme.AppCompat theme (or descendant) with this activity錯誤

今天遇到一個bug,用百度地圖的時候,我對上面的標註設定了點選監聽,設定的相應的反應是彈出一個AlertDialog 記錄一解決bug的歷程 但是Dialog卻沒有彈出來,一看AS下面,報了這錯,起初我看我gradle.app裡面 implementation 'com.android.suppo

InvalidArgumentError (see above for traceback): You must feed a value for placeholder tensor 'Y' with dtype float

  我發現一個問題,當你使用Tensorboard進行視覺化操作時: 如果你定義了        MERGED = tf.summary.merge_all();   這個操作,之後如果你單獨使用SESS.run([MERGED]),那麼就會報上

gevent安裝錯誤解決方案:Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools"

Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools 在windows下安裝gevent時錯誤。錯誤支出缺少Microsoft Visual C++ 14.0庫 解決方法是

InvalidArgumentError: You must feed a value for placeholder tensor 'xxx' with dtype xxx and shape xx

InvalidArgumentError: You must feed a value for placeholder tensor 'xxx' with dtype xxx and shape xxx 發生原因 解決方法 發生原因 這個錯誤

Scrapy安裝錯誤: error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build To

轉載自: https://blog.csdn.net/nima1994/article/details/74931621 原文簡練,記得給原文點個贊。寫的挺好的! 我寫的就比較詳細了點~好吧,是瑣碎。比較友好! 我的版本:3.7 64-bit Windows10 所報錯誤:

mysql 5.5使用xtrabackup 恢復遇到錯誤Failed to connect to MySQL server to detect version. You must set xtraba

報錯 81114 15:44:21  innobackupex: Connecting to MySQL server with DSN 'dbi:mysql:;mysql_read_default_file=/etc/my.cnf;mysql_read_default_group=x

Maven 錯誤: Unknown lifecycle phase ".ggstar". You must specify a valid lifecycle phase or a goal

一、問題描述 Windows下,需要將jar包手動匯入Maven本地倉庫,使用Power Shell執行命令: mvn install:install-file -Dfile="E:\Tools\ipdatabase\target\ipdatabase-1.0-SNA

錯誤:Unknown lifecycle phase "mvn". You must specify a valid lifecycle phase or a goal in the format

今天在eclipse上執行mvn 命令時遇到問題,報錯:[ERROR] Unknown lifecycle phase "mvn". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix&

Scrapy 安裝錯誤,Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual……

問題描述: pip install scrapy 輸入上面命令安裝scrapy時報錯: 經過百度答案,解決方案如下: http://www.lfd.uci.edu/~gohlke/pyth

databinding設定View的layout_width和layout_height屬性You must supply a layout_width attribute錯誤

<TextView android:layout_width="@{@dimen/text_width}" android:layout_height="@{@dimen/text_height}"

You must supply a layout_width attribute. 錯誤解決

佈局檔案如下: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:la