[iOS] Error: unsupported URL
thaingo opened this issue · 2 comments
thaingo commented
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:
- git clone https://github.com/nea/nativescript-realworld-example-app.git
- cd nativescript-realworld-example-app
- tns run ios
- Wait until seeing this error
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