Aggiorna README.md

This commit is contained in:
Fabio 2025-12-29 01:17:37 +08:00
parent 0bd84ae492
commit 8711aee140

View file

@ -72,4 +72,21 @@ deve diventare
} }
} }
``` ```
poi anche
```
nano ios/App/Podfile
```
poi
```
cd ios/App
rm -rf Pods Podfile.lock
pod cache clean --all
pod deintegrate
pod install --repo-update
```
e infine
```
npx cap sync ios
```