brodycj / cordova-sqlite-ext

A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/macOS/Windows with REGEXP (Android/macOS/iOS) and pre-populated databases (Android/iOS/macOS/Windows)
Other
72 stars 55 forks source link

Regarding sqlite-ext build ios #33

Open JamalANasier opened 8 years ago

JamalANasier commented 8 years ago

I am still a noob in developing mobile app, and thanks to brodybits for helping me with the database plugins.

Just want to make sure if anyone has problems with building ios command via cordova build ios and always facing error with code 65. The way i fix this is to remove the cordova-sqlite-ext plugin then add it again. Dont remove the platform with rm -rf or cordova remove platform command, just re-install this plugin then the trouble will go away.

Good luck to us all.. brodybits 👍 thanks dude

brodycj commented 8 years ago

Thanks @JamalANasier for the tips and the kind words. (I originally started to write this on my mobile but forgot to send the original response. I am now sending it with the second paragraph added.)

I and others found that sometimes we have to do an extra "cordova prepare" but we don't know why. I found that "cordova prepare" (with or without the desired platform) should take care of this. But I will add this as an extra tip when I get a chance.

In general both this plugin and the Cordova framework have quite a learning curve. In general there can never be too many tutorials and other help material available to help people get started.