0
我有一個簡單的Swift iOS項目在Xcode 8.1中創建並添加Tesseract框架。我越來越Mac O鏈接器錯誤與Tesseract
clang: error: -E or -x required when input is from standard input
有沒有幫助谷歌有關此錯誤。有人可以解釋這個錯誤的含義嗎?我在我的其他鏈接器標誌中有-lstdC++和- $(繼承)。如果我嘗試添加-E標誌它給了我一個
Found an unexpected MAch-O header code: 0x20312023
可以顯示導致該錯誤的命令(來自Report Navigator)嗎?可能會有一個迷路連字符混淆它。 –