Even I go inside the nativescript folder run the upgrade commands below (NS offical upgrade):
cd nativescript
tns update
tns platform remove ios
tns platform add ios
npm install tns-core-modules@latest --save
But when run, still error:

Even fixed the NativeScriptModule issue, still no luck :(
import { NativeScriptModule } from 'nativescript-angular/nativescript.module';