2
我按照Ray Wenderlich的說明創建了一個靜態庫(.a),並且沒有錯誤和警告地編譯它,然後將它包含在一個新項目中。當我試圖建立新的項目,我得到這個錯誤:靜態庫在Xcode上給出了奇怪的錯誤
/Users/.../PruebaInsights/PruebaInsights/libInsightsLib.a:1:1: Source file is not valid UTF-8
/Users/.../PruebaInsights/PruebaInsights/libInsightsLib.a:1:5: Null character ignored
/Users/.../PruebaInsights/PruebaInsights/libInsightsLib.a:1:8: Expected identifier or '('
/Users/.../PruebaInsights/PruebaInsights/libInsightsLib.a:2:3: Invalid filename for line marker directive
/Users/.../PruebaInsights/PruebaInsights/libInsightsLib.a:3:10: Null character ignored
爲什麼我坐上庫這些錯誤,如果我正確編譯?
這就是對的!謝謝! – KurroCantos
你可以建議如何導入呢? –