[AC-3412] titanium 5.2.0.GA version is not availbe
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2016-04-04T18:21:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Waleed Mazhar |
Assignee | Mostafizur Rahman |
Created | 2016-03-25T16:30:15.000+0000 |
Updated | 2016-04-04T18:21:10.000+0000 |
Description
I have existing 5.2.0.GA sdk and when I build my app using
ti build -p ios then it show attached images errors.
Attachments
File | Date | Size |
---|---|---|
IMG_0429.PNG | 2016-03-25T16:28:57.000+0000 | 60209 |
IMG_0430.PNG | 2016-03-25T16:29:02.000+0000 | 41052 |
screenshot-1.png | 2016-03-28T13:51:55.000+0000 | 11202 |
Hello, You are running with LiveView enabled in your app. Please disable liveView and try running the project. I have tested a new app with LiveView enabled. The app works as expected. Make sure you are connected online when you use LiveView in your app. For convenience first launch the simulator and make sure the simulator is connected. Now run the project in the simulator with LiveView enabled. Thanks.
Thanks Sharif. Currently, titanium sdk version 5.2.0.GA is not available. try *ti sdk install 5.2.0.GA* !screenshot-1.png!
Hello, Thanks for sharing with us. I have tested that issue you reported. It is a valid issue. I have also experienced the same behavior. Please check [screenshot](http://postimg.org/image/i01aunnav/). *Testing Environment:* Appcelerator Studio, build: 4.5.0.201602170821 *Appcelerator CLI* Installer = 4.2.3 Core Package = 5.2.0 *Operating System* Name = OSX El Capitan Version = 10.11.3 Architecture = 64bit # CPUs = 4 Memory = 8.0GB *Node.js* Node.js Version = 0.12.7 npm Version = 2.11.3 *Titanium CLI* CLI Version = 5.0.6 node-appc Version = 0.2.31 *Java Development Kit* Version = 1.7.0_25 Thanks.
Hello, SDK 5.2.1.GA is available now. Please run the command in terminal "appc setup latest" Or, go to "studio/help/install Appcelerator SDK/install from update stream". Select 5.2.1.GA. Thanks.
Hi, Is it still an issue for you? Update SDK from Command Line
*To solve live view issue :* 1.Upgrade or install latest Appcelerator studio 2.Run "appc ti config" 3.Check if the "paths.hooks" is set to the liveview hook *paths.hooks = ["/Applications/Appcelerator Studio/plugins/com.appcelerator.titanium.liveview.core_1.1.0.1440694402/node_modules/liveview/hook"]* 4.If not, then set it & then try building again with liveview enabled & it should work. Regards, Appcelerator Support
Thankyou for all your hardwork, it is working now.