我目前正在使用nativescript来创建移动应用程序,我发现了一个恼人的问题,软输入键正在隐藏TextView组件。 检查网站后,我发现这个插件 - nativescript-iqkeyboardmanager,但是在我运行tns插件添加,然后运行tns run ios后,我发现了这个错误:
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 :(得分:0)
您是否安装了cocoapods?尝试“pod repo update'在终端窗口(文件夹并不重要)。