π Capacitor Doctor π
Latest Dependencies:
@capacitor/cli: 2.2.1
@capacitor/core: 2.2.1
@capacitor/android: 2.2.1
@capacitor/electron: 2.2.1
@capacitor/ios: 2.2.1
Installed Dependencies:
@capacitor/cli 2.2.1
@capacitor/android 2.2.1
@capacitor/core 2.2.1
@capacitor/ios 2.2.1
@capacitor/electron not installed
[success] Android looking great! π
Found 0 Capacitor plugins for ios:
[success] iOS looking great! π
This is a new project and I did some changes, added a few pages and components.
Also, my Android and iOS projects have different project idβs that I wrote manually using their natives IDEβs. For example: Android is com.test.app and iOS is com.test.app2
Steps I did after my changes:
- npx cap init
- npx cap add android
- npx cap add ios
- ionic capacitor sync (to build all and try my app using an emulator)
I have 20 minutes watching in console:
my-awesome-app@0.0.1 ionic:build /Users/test-user/Documents/my-awesome-app
ionic build ββproject=appβ
npm run ionic:build β --project=app
my-awesome-app@0.0.1 ionic:
Those lines repeats over and over again.
What I did wrong?