capacitor-docs
capacitor-docs copied to clipboard
**Describe the bug** When following this [guide](https://capacitorjs.com/docs/ios/viewcontroller#create-myviewcontrollerswift) to create a custom ViewController and then trying to use Swift in Objective-C, this error happens. **To reproduce** Steps to reproduce the behavior:...
https://github.com/ionic-team/capacitor-docs/blob/19b3e824c9794577bb59ec530e4d064ba9c0c1a2/docs/main/getting-started/environment-setup.md?plain=1#L91-L109 It seems this section is a bit outdated. I managed to install CocoaPods with the built-in `ruby` on Sonoma on a M2 (ARM). If you want to include this...
Added Docutain SDK in integration section
Coming from https://github.com/ionic-team/capacitor/issues/7406#issuecomment-2059155919
Fix podfile template link
From the official [Google docs](https://firebase.google.com/docs/ios/setup#available-pods): > For apps that use CocoaPods, the Firebase pod is deprecated in v9.0 and higher. Instead, you need to reference product pods directly in your...
Updating folder/filename structure based on capacitor-assets github page.
The guide was mentioning files, but it didn't specify where to find them, so for those not familiar with Android projects it was difficult to determine where the mentioned files...
When I tried adding capacitor for creating an iOS app, I followed every instructions in the docs but the terminal keep throwing me this error when running the `npx cap...
A big footgun for me when implementing server.hostname to match my live site was the app stopped working because it was making network requests to the same domain.com/api which Capacitor...