COCOAPODS | CDN: trunk URL couldn’t be downloaded: https://cdn.cocoapods.org/deprecated_podspecs.txt Response: 500
Editare il file Podfile ed aggiungere in testa questa riga: source ‘https://github.com/cocoapods/specs.git’
Appunti, stralci di programmazione e altro
Editare il file Podfile ed aggiungere in testa questa riga: source ‘https://github.com/cocoapods/specs.git’
Dopo aver creato il progetto in Xcode, eseguire i seguenti comandi: pod spec create Peanut edit Peanut.podspec pod spec lint Peanut.podspec pod trunk register orta@cocoapods.org ‘<nomeLibreria>’ –description='<descrizione della librearia>’ pod…