Ionic firebase plugin install fail
Using "requireCordovaModule" to load non-cordova module "xcode" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.
- Install xcode: npm i xcode --save-dev
- Edit the plugin file locally plugins/cordova-plugin-firebase/scripts/ios/helper.js
- Add var xcode = require("xcode"); on top
- Then in the same file, just remove this line var xcode = context.requireCordovaModule("xcode");. You must find two occurrence of this line.
'Team > 난감했던 이슈들' 카테고리의 다른 글
[ FLUTTER ] iOS 빌드시 앱이 종료되는 현상 (0) | 2021.05.31 |
---|---|
[ VS Code ] 열려있는 탭 가려지는 문제에 대한 솔루션 (0) | 2021.04.21 |
[ IONIC ] Firebase 설치 이슈 (0) | 2021.03.19 |
[Git] Pull 충돌시 강제로 Pull하기 (0) | 2021.03.12 |
[ IONIC ] iOS Push Notification 플랫폼 버전 (0) | 2021.03.04 |