[TIMOB-25452] iOS: Build fails after Alloy compiling
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2019-01-15T18:19:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Andrea |
Assignee | Jan Vennemann |
Created | 2017-10-29T06:57:46.000+0000 |
Updated | 2019-01-15T18:19:21.000+0000 |
Description
Steps to Reproduce
Try to Run on simulator your project, even an 'Hello world' project
Name = Mac OS X
Version = 10.12.6
Architecture = 64bit
# CPUs = 4
Memory = 8589934592
Node.js
Node.js Version = 4.2.2
npm Version = 2.14.7
Titanium CLI
CLI Version = 5.0.14
Titanium SDK
SDK Version = 6.2.2.GA
SDK Path = /Users/braindoo/Library/Application Support/Titanium/mobilesdk/osx/6.2.2.GA
Target Platform = iphone
Actual Result
The build terminates without errors in an abnormal way after starting third party framwork detection:
[DEBUG] : iOS WWDR certificate: installed
[INFO] : Minimum iOS version: 8.0
[INFO] : Logging enabled on port 40208
[INFO] : Debugging disabled
[INFO] : Profiler disabled
[INFO] : Set to copy files instead of symlinking
[INFO] : Forcing clean build: /Users/braindoo/Documents/Titanium_Workspace_BDRevolution/testtwo/build/iphone/build-manifest.json does not exist
[INFO] : Initializing the build directory
[DEBUG] : Creating /Users/braindoo/Documents/Titanium_Workspace_BDRevolution/testtwo/build/iphone
[TRACE] : Starting third-party framework detection
Expected Result
the build phase continues and appc launches xcode building and ios simulator
Attachments
[~jvennemann] Looks like a possible issue with the framework-parser and Node 4.
Node 4 is not officially supported anymore, closing.