pod repo update
before starting a new project, if you plan on building for iOS using a Mac.appName
is the name of your app, and appId
is the domain identifier of your app (ex: com.example.app
).capacitor.config.json
www
folder that Capacitor has been automatically configured to use as the webDir
in capacitor.config.json
. Sometimes, this folder is named build
instead of www
. In such case, go to capacitor.config.json
and change your webDir
to build
android
and ios
folders at the root of the project are created. These are entirely separate native project artifacts that should be considered part of your Ionic app (i.e., check them into source control, edit them in their own IDEs, etc.).ionic build
) that changes your web directory (default: www
or build
), you'll need to copy those changes down to your native projects usingnpx cap copy
in this case)