How to develop the app? What is required to build and run the app locally? #147
-
Hello Everybody, i wanted to build the app locally but i cannot build the app at all. stuff is missing. after cloning and invoking the build it fails because of the signing certificate is missing. If i disable signing then the "Scretes.resw" file is missing. what do i have to do to get it running vom visual studio? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there, I'll look into simplifying the self-deployment scenario in the future. Please note that the project is currently undergoing a big revamp, so pull requests probably won't be approved until the code base has stabilized and the corresponding update is available. |
Beta Was this translation helpful? Give feedback.
Hi there,
Secrets.resw
defines some data needed for diagnostics and analytics, which isn't relevant in a self-deploy scenario. Please add a "Resources File (.resw)" in the Resources folder and add an empty string key calledSecretAppCenter
to the file. The project should then build correctly.I'll look into simplifying the self-deployment scenario in the future.
Please note that the project is currently undergoing a big revamp, so pull requests probably won't be approved until the code base has stabilized and the corresponding update is available.