Compiling an Capacitor app with Xcode 12 causes some build error like not exhaustive switch statements in the Permissions.swift file
was fixed in https://github.com/ionic-team/capacitor/pull/3160
For others having this issue run:
npm install @capacitor/ios@latest
then sync the project:
npx cap sync ios
For others having this issue run:
npm install @capacitor/ios@latestthen sync the project:
npx cap sync ios
Confirmed - fixed for me
Most helpful comment
For others having this issue run:
npm install @capacitor/ios@latestthen sync the project:
npx cap sync ios