[AC-685] Can't use LiveView with iOS Simulator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2016-03-07T19:15:02.000+0000 |
Affected Version/s | Appcelerator Studio 4.4.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Haroon Abbasi |
Assignee | Shak Hossain |
Created | 2016-02-12T13:49:31.000+0000 |
Updated | 2016-03-07T19:15:02.000+0000 |
Description
Steps to Reproduce
While trying to use liveview with iOS simulator receive Error all the time Couldn't find module: localeStrings for architecture: x86_64Actual Result
LiveView not working with iOS simulatorExpected Result
LiveView should work with iOS simulatorAttachments
File | Date | Size |
---|---|---|
_.log | 2016-02-12T14:24:56.000+0000 | 30216 |
diagnostic2143969430063182614.log | 2016-02-12T13:50:03.000+0000 | 92785 |
in console i get this error list. [ERROR] : An error occurred during build after 2m 35s 55ms [ERROR] : Detected multiple crashes: [ERROR] : /Users/haroonabbasi/Library/Logs/DiagnosticReports/mymobile-app-01-22-211635_Pures-Mac-mini-2.crash [ERROR] : /Users/haroonabbasi/Library/Logs/DiagnosticReports/mymobile-app-02-03-154915_Pures-Mac-mini.crash [ERROR] : /Users/haroonabbasi/Library/Logs/DiagnosticReports/mymobile-app-02-03-155212_Pures-Mac-mini.crash [ERROR] : /Users/haroonabbasi/Library/Logs/DiagnosticReports/mymobile-app-02-03-161153_Pures-Mac-mini.crash [ERROR] : /Users/haroonabbasi/Library/Logs/DiagnosticReports/mymobile-app-02-03-162118_Pures-Mac-mini.crash [ERROR] : /Users/haroonabbasi/Library/Logs/DiagnosticReports/mymobile-app-02-12-152355_Pures-Mac-mini.crash [ERROR] : Note: these crashes may or may not be related to running your app. 2016-02-12T13:57:38.674Z | TRACE | titanium exited with exit code 1 2016-02-12T13:57:38.680Z | ERROR | Error: ti run exited with error code 1 at ChildProcess.
Hello, I tried to reproduce the issue with LiveView enabled, I wasn't able to reproduce the issue. Although the issue occur occasionally in my case. Try cleaning the project and rebuilding with LiveView enabled. Make sure you are not connected through proxy. Also, if you are using any modules with your project the error "Couldn't find module: localeStrings for architecture: x86_64" is because you have no 64bit support for the module. Try running "ti -64" in the project terminal. Thanks.
i did there is not issue with modules! all module has 64 bit support did you checked the appcelerator studio log why i get these two Errors? may be that what causing the issue! !ENTRY com.appcelerator.titanium.core 4 0 2016-02-12 14:29:57.951 !MESSAGE (Build 4.4.0.201511241829) [ERROR] Location to be watched doesn't exist: /Library/Application Support/Titanium/mobilesdk/osx !ENTRY com.appcelerator.titanium.core 4 0 2016-02-12 14:29:57.952 !MESSAGE (Build 4.4.0.201511241829) [ERROR] Location to be watched doesn't exist: /Library/Application Support/Titanium/modules
Hello, What version of Ti SDK are you using? Try the latest stable version 5.1.2.GA. Go to your studio help and click Either check for Appcelerator updates or check for updates. Download and install the recommended updates. Restart the studio and clean the project. Make sure the PC and the device is in the same network. Thanks.