背景
今天在處理Bugly上的崩潰信息時(shí)想拿到dSYM文件上傳,結(jié)果用Xcode一直下載失敗不了,Apple粑粑一直讓去同意協(xié)議,同意了之后還是提示,只能另尋他法了。
** The updated Apple Developer Program License Agreement needs to be reviewed. In order to update your existing apps and submit new apps to the App Store, the user with the Legal role (Team Agent) must review and accept the updated agreement in their account on the developer website . **
The updated Apple Developer Program License Agreement needs to be reviewed. In order to update your existing apps and submit new apps to the App Store, the user with the Legal role (Team Agent) must review and accept the updated agreement in their account on the developer website .
獲取dSYM方法
未開(kāi)啟bitcode功能
-
打開(kāi)
Xcode(當(dāng)前Version 8.2.1 (8C1002)),選擇"Window——>Organizer"
-
選擇對(duì)應(yīng)版本的 Archive 包,"右鍵——>Show in Finder"
-
選擇 Archives/
'date'/ 文件夾下的".xcarchive"文件,"右鍵——>顯示包內(nèi)容"
-
找到dSYMs文件夾下的dSYM文件
開(kāi)啟bitcode功能
方法一
(同
未開(kāi)啟bitcode功能1.),打開(kāi)Xcode(當(dāng)前Version 8.2.1 (8C1002)),選擇"Window——>Organizer"-
點(diǎn)擊最右邊
download dSYMs按鈕
-
(同
未開(kāi)啟bitcode功能2.3.4操作)
方法二
進(jìn)入
itunesconnect->我的APP-
選擇
活動(dòng)Tab
-
選擇需要的dSYM版本
-
點(diǎn)擊下載即可
尾
能夠想到的就這么多了,有錯(cuò)誤的地方歡迎指出,還有其他辦法也麻煩跟我說(shuō)說(shuō)。