2017-10-15 62 views
0

我目前使用nativescript來創建移動應用程序,我發現一個惱人的問題,軟輸入鍵是轉換TextView組件。 檢查網站後,我發現這個插件 - nativescript-iqkeyboardmanager,但在我運行TNS插件添加,然後運行運行IOS TNS,我發現了這個錯誤:nativescript IQKeyboardManager插件拋出無法找到規格錯誤

Analyzing dependencies 

[!] Unable to find a specification for `IQKeyboardManager (~> 4.0.0)` Unable to apply changes on device: 7F714272-BD81-4B77-8D6C-1CD96CEC7BF7. Error is: Command pod failed with exit code 1 Error output: 

[!] Automatically assigning platform ios with version 8.0 on target rsshoc5new because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`. . 

誰能幫我解決這個問題呢?

+0

您是否安裝了cocoapods?在終端窗口中嘗試'pod repo update'(文件夾無關緊要)。 –

+0

優秀!它的工作原理 – user3006967

+0

真棒 - 我已經發布了相同的「真實」答案,所以對其他人更爲明顯。 –

回答

0

您是否安裝了cocoapods?在終端窗口中嘗試'pod repo update'(文件夾無關緊要)。

相關問題