iOS報錯:linkercommandfailedwithexitcode1(use-vtoseeinvocation)
linker command failed with exit code 1 (use -v to see invocation)
網上答案(不要信!):
1、我以前新增開源的.a檔案時也遇到過類似的情況,問題大多主要是出現在Ohter Linker Flags 這個屬性,找到Build settings->Linking->Other Linker Flags,將此屬性修改成-all_load
2、把Other Linker Flags下的屬性全刪除了。
3、錯誤資訊中出現了某個類的名字,去原檔案中看看#import了哪些第三方庫,把這些庫挨個註釋排除,找到出錯的那個庫,然後按照官方提供的步驟重新新增一遍。
4、看看是不是有新新增的檔案跟之前檔案同名
經過多次排查,最後答案是:
出現這種情況很可能是,專案中引入了多個相同的檔案。
刪除一個就ok!
2018.01.04 更新
因為這個答案是自己當時的一個答案,當時沒有深入瞭解具體,現在才知道,遇到這個報錯原因很多,大家看著辦,有問題解決不了的,可以截圖私信我。
– 如果有什麼疑問,可以在評論區一起討論;
– 如果有什麼不正確的地方,歡迎指導!
> 注:本文首發於iHTCboy`s blog,如若轉載,請註明來源。
相關文章
- IOS網路請求報錯返回碼iOS
- Xamarin.iOS真機測試報錯iOS
- 報錯求助:Unsupported locator strategy: -ios predicate stringiOS
- 【iOS報錯】“The operation couldn’t be completed (LaunchServicesError erroiOSError
- 可能碰到的iOS筆試面試題(11)--報錯警告除錯iOS筆試面試題除錯
- iOS FFmpeg XCode編譯報錯問題 AVMediaTypeiOSXCode編譯
- [iOS]提交App報錯ERROR ITMS -90207iOSAPPError
- iOS開發執行報錯、常見問題iOS
- 裝nagios報You don't have permission to access /nagios/ on this server. 錯誤iOSServer
- PVE安裝Windows 95報錯 while initializing device IOSWindowsWhiledeviOS
- iOS上傳App Store報錯:no suitable application records were foundiOSAPPUI
- iOS接入微信SDK報錯'NSInvalidArgumentException', reason ' [__NSArrayM enqueuiOSExceptionENQ
- jenkins使用shell命令打IOS包報錯:user interaction is not allowedJenkinsiOS
- iOS 上架報錯 This bundle is invalid 或 Invalid Image PathiOS
- JavaScript報錯型別(報錯速查)JavaScript型別
- iOS開發之AFNetWorking初次使用會報錯的坑iOS
- iOS開發除錯之報錯:Command /usr/bin/codesign failed with exit code 1iOS除錯AI
- iOS 除錯篇iOS除錯
- iOS 高效除錯iOS除錯
- iOS lldb除錯iOSLLDB除錯
- iOS高效除錯iOS除錯
- ios 除錯工具iOS除錯
- Flutter開發-iOS報錯Trying to embed a platform view but the PrerollContext does not sFlutteriOSPlatformViewContext
- [記錄] STF+iOS 報錯:idevicescreenshot -u XXX.pngiOSIDEdev
- iOS報錯:linker command failed with exit code 1 (use -v to see invocation)iOSAI
- iOS 搭建XMPP環境時新增依賴庫報錯及解決iOS
- JavaScript報錯JavaScript
- spark報錯Spark
- mybatis報錯MyBatis
- redis報錯Redis
- 報錯集
- 報錯+2
- playsound報錯
- 前端報錯前端
- dhcp報錯
- 【iOS報錯】“this class is not key value coding-compliant for the key userPhoneNum”給字典設定鍵值對的時候報錯iOS
- springcloud報錯報UnsatisfiedDependencyExceptionSpringGCCloudException
- asm報錯一例-support 報錯rename failedASMAI