https://github.com/niklasmerz/cordova2capacitor-example
https://github.com/niklasmerz/cordova2capacitor-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/niklasmerz/cordova2capacitor-example
- Owner: NiklasMerz
- Created: 2022-01-30T13:30:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T13:32:47.000Z (over 4 years ago)
- Last Synced: 2024-12-31T12:48:57.773Z (over 1 year ago)
- Language: CSS
- Size: 239 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test project
Testing https://capacitorjs.com/cordova
## M1 pods fix
```shell
cd ios/App
sudo arch -x86_64 gem install ffi
arch -x86_64 pod install
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
```