Coded Guru
Tuesday, September 20, 2016
ERROR TypeError: UIApplication.sharedApplication is not a function.
›
ERROR TypeError: UIApplication.sharedApplication is not a function. (In 'UIApplication.sharedApplication()', 'UIApplication.sha...
Sunday, June 19, 2016
Your binary is not optimized for iPhone 5
›
If you get the folowing: Do as per pictures: to solve the following issue. ERROR ITMS-90096: "Your binary is not optimiz...
Saturday, June 18, 2016
Nativescript {N} - build-tools/22.0.1/aapt failed with Nativescript android
›
If you get the following: Error:Execution failed for task ':processNativescript-barcodescannerNativescript-telerik-uiDebugResources...
Saturday, April 30, 2016
Androids useful debugging information
›
Android: Refusing to read from unsafe file location -------------------------------------------------------------- If you have files in ...
Tuesday, February 2, 2016
Running Docker-machin in another location than C:/Users
›
In order to run docker-machine to other location than default, use the -s option or --stiorage-path as follows: $docker-machine -s /f/.d...
Tuesday, August 25, 2015
Ignore changes in tracked files using GIT
›
Use: git update-index --assume-unchanged <file> To ignore changes in tracked files. Use: git update-index --no-assume-uncha...
Wednesday, May 6, 2015
Rename VM to another name
›
In the command line run the followinG: $vboxmanage modifyvm ORIGNAL_NAME --name NEW_NAME
›
Home
View web version