[23:17:04] Using gulpfile ~/rootfolder/gulpfile.ts
[23:17:04] Starting 'build.tns'...
[23:17:04] Starting 'build.assets.tns'...
[23:17:05] Finished 'build.assets.tns' after 461 ms
[23:17:05] Starting 'build.tns_html_css'...
Error in plugin 'sass'
Message:
nativescript/src/app.android.scss
Error: File to import not found or unreadable: common.
Parent style sheet: /../rootfolder/nativescript/src/app.android.scss
on line 1 of nativescript/src/app.android.scss
>> @import 'common';
Cannot find shared/core:
[1] file:///app/native.module.js:5:22: JS ERROR Error: Could not find module './app/shared/core/index'. Computed path '/Users/konstantin/Library/Developer/CoreSimulator/Devices/A51760AD-2774-4DF3-AC32-408F21CC467C/data/Containers/Bundle/Application/8A90A6B9-1C2A-4918-A479-989916C5931F/nativescript.app/app/app/shared/core/index'.
[1] Mar 22 23:19:17 Konstantins-MacBook-Pro com.apple.CoreSimulator.SimDevice.A51760AD-2774-4DF3-AC32-408F21CC467C.launchd_sim[45674] (UIKitApplication:com.yourdomain.nativescript[0x6804][45992]): Service exited due to Segmentation fault: 11
Regardless, the simulator starts up, but unfortunately no application shows up.
To reproduce run
npm run start.ios
on a clean repo with the ios platform addedTypescript problems when building:
Sass problem, common not found:
Cannot find shared/core:
Regardless, the simulator starts up, but unfortunately no application shows up.
Your help is much appreciated :)