Skip to content

Debug command for iOS does not load inspector from the added ios-runtime. #652

@vchimev

Description

@vchimev

With global installation it loads latest official one or explicitly specified by --frameworkPath option.

Update - add steps to reproduce:

  1. npm install -g
  2. tns create
  3. cd
  4. tns platform add ios --frameworkPath
  5. tns debug ios --debug-brk --frameworkPath

So the question is why do you need to specify the path to unpacked tns-ios.tgz in step 5 in order to use the debugger from the iOS runtime added in step 4?
IMO, tns debug ios should use the debugger from the already added platform, not the debugger on live.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions