Capacitor: bug: Switch must be exhaustive (Xcode 12)

Created on 22 Jun 2020  路  3Comments  路  Source: ionic-team/capacitor

Bug Report

Compiling an Capacitor app with Xcode 12 causes some build error like not exhaustive switch statements in the Permissions.swift file

ios

Most helpful comment

For others having this issue run:

npm install @capacitor/ios@latest

then sync the project:

npx cap sync ios

All 3 comments

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@latest

then sync the project:

npx cap sync ios

Confirmed - fixed for me

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kepro picture Kepro  路  3Comments

json-derulo picture json-derulo  路  3Comments

nicobytes picture nicobytes  路  3Comments

stripathix picture stripathix  路  3Comments

mlynch picture mlynch  路  3Comments