GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2015-12-03T08:42:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI, Titanium SDK & CLI |
Labels | SDK5.0.0 |
Reporter | Kevin Milo |
Assignee | Mostafizur Rahman |
Created | 2015-09-22T05:15:01.000+0000 |
Updated | 2015-12-03T08:42:38.000+0000 |
The build stops at Optimizing Images. I changed the log level to trace to see which image is causing the build to stop and removed that (the last image in the directory) but it just stopped again at the last of the remaining images.
Hello [~kevinm], Does it show any error after Optimizing Images? Please attach the log file here. Usually when you run on device after Optimizing Images there will be a CodeSign error if the provisioning profile is invalid. can you check yours please. Reply with your findings. Thanks.
[~ahossain], appc.log is from Appcelerator Studio, build-trace.log is for when I tried to build using the CLI. Both are complete logs.
Hello, [~kevinm], Based on your appc log, there seems to be problem with your appcelerator code analyzer. Can you try manually install it againg. "sudo npm install -g titanium-code-processor". Now also there might me an issue during core CLI update. First, you delete the ".appcelerator" folder in your home directory then Try manually installing CLI. Run "sudo npm install appcelerator -g" and then "appc setup", Reply with your findings, Thanks.
[~ahossain] Uploaded a new batch of log files. run-trace.log is from Appcelerator Studio's console when I tried to run on an iOS device after reinstalling as directed. appc2.log is Appcelerator Studio's log file. It's the same error as before. It still stops after Optimizing Images and I made sure I have the right certificates and provisioning profiles on both the titanium and the watchKit extension projects.