I'm building my appcelerator project using the cli tools.
When I run titanium clean
, the command clears the build folder and deletes my xcode project
When I run titanium build --platform=ios
, the command builds a new iphone directory and gives me a new xcode project with all necessary dependencies.
If I open and run the xcode project, the application appears to be using very old versions of my file. How is this possible?
I am frustrated.... again.