3
的特性 'UIAppFonts' 當運行react-native link
它給這個錯誤,錯誤:無法讀取空
它說,
rnpm-install ERR! It seems something went wrong while linking. Error: Cannot read property 'UIAppFonts' of null
的特性 'UIAppFonts' 當運行react-native link
它給這個錯誤,錯誤:無法讀取空
它說,
rnpm-install ERR! It seems something went wrong while linking. Error: Cannot read property 'UIAppFonts' of null
您是否嘗試爲您的iOS應用程序添加自定義字體? –
@DinithMinura實際上我正在開發一個android應用程序,但連接ios本地組件時出現錯誤。我用隨機方法解決了錯誤,可能不是最好的解決方案。 –
OK @Dinuka rnpm命令鏈接android和ios的模塊,如果你真的專注於android應用程序,我認爲它適合用於android的手動安裝,無論如何,你必須編輯Info.plist並添加一個屬性稱爲應用程序提供的字體(或UIAppFonts,如果Xcode不會自動完成/不使用Xcode)並添加添加到Xcode項目中的字體文件名。 –