我目前正在使用 nativescript 创建移动应用程序,我发现了一个烦人的问题,软输入键覆盖了 TextView 组件。检查网站后,我找到了这个插件-nativescript-iqkeyboardmanager,但是在我运行 tns plugin add,然后运行 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`. .
谁能帮我解决这个问题?