revans / Ti

A Rapid Development framework for Titanium
http://www.codewranglers.org
MIT License
88 stars 21 forks source link

cannot find HelloTi/Resources/iphone build iphone #28

Open hookercookerman opened 12 years ago

hookercookerman commented 12 years ago

ti compile all && ti build iphone

using information straight from the docs for example application

we get

the above errors Titanium 1.8.0.1

baldrailers commented 12 years ago

Sorry for the inconvenience. If you can clone this repository and build the gem from the source, that's the stable version with the fix for that issue. I'll try to push this update on rubygems.org

hookercookerman commented 12 years ago

I cloned master and built the gem from first use; as I saw a few bugs fixed in master

this is the version that I am currently running; with this error;

cheers

davejlong commented 12 years ago

I fixed the issue in my next pull request that should be coming later tonight or tomorrow.

jaredmoody commented 12 years ago

Dave, did this pull request get made? I'm trying to get started with Ti and having the same issue. Thanks!

UPDATE: What I did that fixed this was copy in the Resources/iphone directory from a blank project I made with Titanium Studio. Still, it's a problem that the directory isn't populated by the generator.

davejlong commented 12 years ago

If you just put an empty directory in, then everything will be alright. I think I have it in the code, but I don't know that I ever submitted the pull.