Aggiorna README.md
This commit is contained in:
parent
0bd84ae492
commit
8711aee140
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue