0
현재 모바일 앱을 만들기 위해 nativescript를 사용하고 있는데, 성가신 문제가 하나 발견되었습니다. 부드러운 입력 키가 TextView 구성 요소를 덮고 있습니다. 웹 사이트를 확인한 후,이 플러그인 발견 - nativescript-iqkeyboardmanager,하지만 그때 IOS 실행 TNS를 실행 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`. .
은 누구도 날이 문제를 해결하는 데 도움이 수 있습니까?
cocoapod가 설치되어 있습니까? 터미널 창 (폴더는 중요하지 않음)에서 'pod repo update'를 시도하십시오. –
우수! 그것은 작동했다 – user3006967
굉장하다 - 나는 '진짜'대답과 똑같이 게시 했으므로 다른 사람들에게도 더 분명하다. –