Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Switch must be exhaustive (Xcode 12) #3134

Closed
danielsogl opened this issue Jun 22, 2020 · 4 comments
Closed

bug: Switch must be exhaustive (Xcode 12) #3134

danielsogl opened this issue Jun 22, 2020 · 4 comments

Comments

@danielsogl
Copy link
Contributor

Bug Report

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

@jcesarmobile
Copy link
Member

was fixed in #3160

@Abhi0725
Copy link

For others having this issue run:

npm install @capacitor/ios@latest

then sync the project:

npx cap sync ios

@gubbigubbi
Copy link

For others having this issue run:

npm install @capacitor/ios@latest

then sync the project:

npx cap sync ios

Confirmed - fixed for me

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 11, 2022

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Nov 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants