Project doing complete compile every time.
I just got an i5 mbp and moved everything to it. Downloaded the 3.2 sdk, titanium, and imported a project but for some reason, its doing a FULL compile everytime, instead of doing that short one. The full compile takes about 5 seconds while the short would usually take less than a second. I tried clearing the built folder but same thing happens .. Did i miss a step?
7 Answers
-
Help! This is killing me!
-
Is this happening for iPhone or Android?
-
iPhone, sir.
-
I think I figured out what the problem is.
Desktop computer + Titanium 1.1.2 = Doesn't do a full compile every time.
Desktop computer + Titanium 1.2.0 = Does a full compile every time!Laptop computer (the i5) + Titanium 1.2.0 = Does a full compile every time!
I have no way of testing the laptop with the 1.1.2 because Im not sure where to download the 1.1.2 and add it to titanium, anyone know?So my guess is that this is a problem with titanium 1.2.0 since its doing a full compile every time on both computers.
Full Compile Log:
~~~
[INFO] Compiling JavaScript…one moment
[INFO] No JavaScript errors detected.
[INFO] One moment, building …
[INFO] Performing full rebuild. This will take a little bit. Hold tight…
[INFO] Executing XCode build…
[INFO] Executing XCode Compiler [toggle output]
[INFO] Compile completed in 5.63 seconds
[INFO] Launching application in Simulator
~~ -
I just copied 1.1.2 folder from the desktop to the laptop and with the 1.1.2 sdk selected, its no longer compiling every time. So my assumption about 1.2.0 being the problem is correct.
-
I just copied 1.1.2 folder from the desktop to the laptop and with the 1.1.2 sdk selected, its no longer compiling every time. So my assumption about 1.2.0 being the problem is correct.
-
Yeah, sorry about this… This was a bug that was introduced in 1.2 but is fixed in 1.3. We're hoping 1.3 to drop in the next day or so (once testing is complete).