Start a new topic

missing HomeViewComponent preventing build

When I try to build my app on the cloud, for both iOS and Android, I get this error: Cannot determine the module for class HomeViewComponent in C:/Users/HXRLAB/MissionLQ1/src/app/modules/system/home/home.component.ts! Add HomeViewComponent to the NgModule to fix it. I'm not sure what is missing or how to fix it. Please advise.

Hello Brianna,

This issue is related to the Snapshot and AOT flags, which are set by default for the publish build. Our engineering team is already working on a fix and it should be available in the next version of Kinvey Studio.

In the meantime, to resolve this issue, you need to disable those flags while you build your app:



I hope this is of any help.


Regards,

Garo

Thanks! That worked. :D

Login or Signup to post a comment