Nov 06
Timer Sound is an easy to use special app for high intensity interval Training.
Whether you workout regularly, practice meditation or simply need a tool to track your working hours, Timer Sound is for you!
Set as many timers as desired, save the settings & use the customized timers again and again.
You can also create personalized interval workouts with warm-up, workout & rest periods and cool down!
https://itunes.apple.com/it/app/timer-sound/id1241352438?mt=8
Ott 26
Come succede sempre ad un cambio di Xcode, qualcosa non va, e questa volta nel fare l’archivio del progetto non mi trovava il file in oggetto.
Ho risolto aggiungendo questa stringa nella configurazione del progetto:
Build Settings -> Header Search Paths
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
Tutto a posto.
Se l’errore persiste stai attento a questo (non ho aggiunto tutte le righe, ma solo “$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include”):
Gen 15
(Resource Path Location Type The container ‘Android Dependencies’ references non existing library cordovaapp-cordovalib.jar)
Nel realizzare un progetto con Cordova ho scoperto che il progetto di ecplise mi forniva un errore in compilazione.
Nel mio caso ho risolto aggiungendo la cartella src di CordovaLib tra i sorgenti di compilazione.
Create un progetto:
* cordova create hello com.example.hello “HelloWorld”
* cd hello
* cordova platform add android
* cordova build
Leggi il resto di questo articolo »
Ultimi Commenti