Sunday, December 29, 2013

Experimenting IOS 1:–How to resolve SVN Connection (Certificate) issue

This article may help you ; if you are struggling to integrate SVN to XCode.

Being a hardcore Microsoft lover It was not very easy for me to work with IOS and Mac OS X versions when came from a hardcore Microsoft background Smile . It was the most terrible decision to carry a Mac machine to client site instead of my very own win 8 machine . But the scenes awaited were more terrific than expected . Imagine using a MAC machine to do your regular windows stuff Sad smile . Situation was pathetic for couple of days . But there was no other option other than to live with it ; third day onwards started finding workarounds and little tweaks . Here I am listing down one of the issues faced during that time and the fix for that .

Please follow the below steps only if you only wanted to seamlessly integrate SVN with X Code

Step 1: Navigate to Applications folder and locate X Code

c1

2. Right click and say “Show Package Contents”

c2

3. Navigate to /Contents/Developer/usr/bin

c3

4. Open terminal and paste the svn executable path

c4

5. Execute the SVN check out command and you will get a certificate error prompt . Accept the certificate permanently by typing (p) and hit enter

c5

6. The code will be downloaded to the directory path selected in the terminal . Now open the project in XCode and you open the Source Control menu . You can see the source control menu items enabled Smile

c6

Happy coding !

“Storage space running out “ Samsung Galaxy Android Phone’s Storage Space Issue and Solution

This is a hectic issue you may face if you are using Any of the Samsung galaxy series . For me it was terrible and literally I couldn’t do anything with my phone . Day by day the available space was getting reduced in the phone and did a lot of research to find that the issue was actually caused by dump files and logs created by system . Please follow the below steps if you are facing the same issue

Step 1 : Open the Phone application and dial *#9900#

android1

Step 2: Tap on the below highlighted button “Delete dumpstate/logcat”

android2

Enjoy using your phone Smile