NativeScript / nativescript-marketplace-demo

NativeScript kitchen sink demo. All of NativeScript’s functionality in one app.
http://www.nativescript.org
Apache License 2.0
325 stars 97 forks source link

Demo crashes on first tap. #260

Closed ghost closed 7 years ago

ghost commented 7 years ago

Demo App crashes on ios 10.2

com.apple.CoreSimulator.SimDevice.295FA018-E85E-4998-93C7-207908CB6D59.launchd_sim[28600] (UIKitApplication:org.nativescript.examples[0x535][30410]): Service exited due to Segmentation fault: 11

NickIliev commented 7 years ago

@fuzeelogik this application is made for demonstration purposes and its published iOS version can be found here .

If you want to test the release branch locally and play with the source code then you will need to log in Firebase console create an application with the same id (org.nativescript.examples) and generate GoogleService0info.plist file in order to enable the Firebase functionality used in the application. The file should replace the existing one in app/App_Resources/iOS and then you should rebuild the application (with deleted platforms folder) so that the changes can be respected.