[AC-368] After updating to Version 7.0 & titanium sdk 5.0.0GA simulators don't start
GitHub Issue | n/a |
Type | Epic |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-11-11T02:34:36.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio |
Labels | SupportTeam, ios |
Reporter | Ray Kahn |
Assignee | Mostafizur Rahman |
Created | 2015-09-20T16:10:32.000+0000 |
Updated | 2015-11-11T02:34:36.000+0000 |
Description
After upgrading to XCode 7 my Titanium stopped working so I installed Appcelerator Studio and XCode again. However when I run my app using the studio no simulator appears. Here is a partial information from studio console:
[INFO] : Alloy compiled in 1.16243s
[INFO] : Alloy compiler completed successfully
[INFO] : JavaScript files need to be encrypted
[INFO] : Creating Xcode project
[INFO] : Creating Entitlements.plist
[INFO] : Creating Info.plist
[INFO] : Creating main.m
[INFO] : Creating Xcode config files
[INFO] : Copying Titanium libraries
[INFO] : Copying Titanium iOS files
[INFO] : Creating debugger and profiler plists
[INFO] : Analyzing Resources directory
[INFO] : Analyzing CommonJS modules
[INFO] : Analyzing platform files
[INFO] : Analyzing module files
[INFO] : Analyzing localized launch images
[INFO] : Creating asset catalog
[INFO] : Creating app icon set
[INFO] : Creating launch image set
[INFO] : Processing JavaScript files
[INFO] : Writing app properties
[INFO] : Encrypting JavaScript files
[INFO] : Writing i18n files
[INFO] : Processing Titanium symbols
[INFO] : Removing files
[INFO] : Invoking xcodebuild
[INFO] : Finished building the application in 25s 184ms
I see all the available simulators as the screenshot shows but they are never invoked.
I also get the "Saving Org Information..." error now. See attached image.
Running the following command line "appc run --liveview" does not work either; result is the same: no simulator is invoked. Partial information after running command line.
Operating System
Name = Mac OS X
Version = 10.10.5
Architecture = 64bit
# CPUs = 8
Memory = 17179869184
Node.js
Node.js Version = 0.10.22
npm Version = 1.3.14
Titanium CLI
CLI Version = 5.0.3
Titanium SDK
SDK Version = 5.0.0.GA
SDK Path = /Users/raykahn/Library/Application Support/Titanium/mobilesdk/osx/5.0.0.GA
Target Platform = iphone
Command
/usr/local/bin/node /Users/raykahn/.appcelerator/install/5.0.1/package/node_modules/appc-cli-titanium/node_modules/titanium/bin/titanium build --liveview --plugin-paths /Users/raykahn/.appcelerator/install/5.0.1/package/node_modules --config-file /var/folders/5b/_2yhqg456mx3t89vxkv6g7bm0000gn/T/build-1442766223206.json --log-level info --no-banner
Attachments
I found a solution to my problem. Here is what I have found out: When I ran "ps -aux | grep appc" I found hundreds of processes running. I restarted my mac as a quick way to kill all the appc processes. I ran my app again in studio and on the third try the simulator appeared and I am now back to testing my app. This is not a permanent solution.