This content has 9 years. Please, read this page keeping its age in your mind.Source control in the development procedure is not a luxury, it is essential. Don’t think of it necessary only when you work in a team. Pick up good habits early and apply it even if you work alone. It will enhance
Category: Xcode
Revert to the desired commit (Xcode)
This content has 11 years. Please, read this page keeping its age in your mind.Since the release of Xcode 5.0 git has been improved and promoted. It has its own menu bar and can be easily applied to your projects. You don’t have to develop in a team in order to use it. The use
Test your app’s user interface using scripts
This content has 12 years. Please, read this page keeping its age in your mind.Before the release of your app you have to test it thoroughly. One tool that you should use is Automation instrument. Since iOS 4.0, Apple has released a framework called UIAutomation, which can be used to perform automated tests on real
Continue reading Test your app’s user interface using scripts
The magic of CocoaPods
This content has 12 years. Please, read this page keeping its age in your mind.Hmm… among all posts that I have written this one seems that will be most helpful for you. Yes, remember when we tried to add AFNetworking to our project or core plot…. It was a procedure of certain steps. Now, with
Simulate slow internet connections
This content has 12 years. Please, read this page keeping its age in your mind.If you develop an app that gets data from web services you have to take into consideration that our iOS devices (iPhone, iPad) can be moved in a place with low signal. When develop in XCode you can have the absolute
Getting xml data from a web service (Part 2 – RaprureXML 101)
This content has 12 years. Please, read this page keeping its age in your mind.In the first part, Getting xml data from a web service (Part 1 – AFNetworking 101), we managed to get the raw xml data from a web service using the AFNetworking library. RaptureXML is a simple, block-based XML library for the iOS platform
Continue reading Getting xml data from a web service (Part 2 – RaprureXML 101)
How can I access the sandbox of my app?
This content has 13 years. Please, read this page keeping its age in your mind.If you are testing your app in Xcode iPhone Simulator access the following folder: ~/Library/Application Support/iPhone Simulator/User/Applications/…/Documents Trouble to find user’s Library? Navigate to users home using Finder, click to Go from menu, then go to folder… and type ~/Library Done.
The missing file warning on Xcode 4
This content has 13 years. Please, read this page keeping its age in your mind.If you are in a situation where the files that are being shown have been deleted from the project navigator view but it still seems to be showing up as somehow linked to the project, even though the file no longer
Xcode 4.3, ibtool and Localization
This content has 13 years. Please, read this page keeping its age in your mind.Maybe you tried to use ibtool for a localization process and you got an error like: Error: No developer directory found at /Developer. Run /usr/bin/xcode-select to update the developer directory path. The solution comes from Devblog in this post and states that we