你好,歡迎來到IOS教程網

 Ios教程網 >> IOS使用技巧 >> IOS7技巧 >> Swift中missing required architecture i386 in file錯誤的解決

Swift中missing required architecture i386 in file錯誤的解決

編輯:IOS7技巧
下面我們來看一篇關於Swift中missing required architecture i386 in file錯誤的解決辦法,希望文章能夠幫助到各位朋友.

1,問題描述

最近使用騰訊官方 SDK 進行開發,下載的是最新版本。所以東西都配置好後,編譯報錯。(只有在 iPhone5 及 iPhone4s 模擬器上編譯運行程序會有這個問題。)
報錯信息如下:

ld: warning: ignoring file /Users/yuhang/Documents/Code/hangge_1070/TencentOpenAPI.framework/TencentOpenAPI, missing required architecture i386 in file /Users/yuhang/Documents/Code/hangge_1070/TencentOpenAPI.framework/TencentOpenAPI (3 slices)
Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_TencentOAuth", referenced from:
      objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

 

2,原因分析

新版本的騰訊 SDK 的 CPU 框架不支持 i386 架構,而 iPhone5 及以下設備的模擬器是 i386 架構,所以會 missing required architecture i386 in file。

3,解決辦法

改成使用 iPhone5s 及以上版本的模擬器編譯運行,或者直接使用 iPhone 真機。

 

  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved