nea/nativescript-realworld-example-app

[iOS] Error: unsupported URL

thaingo opened this issue · 2 comments

Describe the bug
After I run:

tns run ios

faced the following error:

CONSOLE ERROR file:///app/tns_modules/@angular/core/bundles/core.umd.js:1682:24: ERROR Error: Uncaught (in promise): Error: unsupported URL file:///app/tns_modules/tns-core-modules/http/http-request/http-request.js:87:37 [<root>]

To Reproduce
Steps to reproduce the behavior:

  1. git clone https://github.com/nea/nativescript-realworld-example-app.git
  2. cd nativescript-realworld-example-app
  3. tns run ios
  4. Wait until seeing this error

Screenshots
screen shot 2018-09-24 at 15 39 17

iOS simulator:

  • Device: iPhone6 - 12
  • OS: iOS 10.13.6
nea commented

Hey @thaingo

Thanks for the hint. I haven't fully tested and implemented iOS support by now as stated here https://github.com/nea/nativescript-realworld-example-app#testing. Still on it and will do with the next update to NativeScript 4.2.0.

Thanks, Best

Hi @nea,

Noted with thanks. Awaiting incoming updates ...

Thai