Skip to content

Instantly share code, notes, and snippets.

@mickobrien99
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save mickobrien99/bdbf98ab590c13aa86c2 to your computer and use it in GitHub Desktop.

Select an option

Save mickobrien99/bdbf98ab590c13aa86c2 to your computer and use it in GitHub Desktop.
Fixing cca and cordova
In cordova folder, run
cca create newproj
That will create a new folder with all the cordova stuff
Copy the config.xml and www into that new folder replacing the items in it ... then drag that folders contents back to the cordova folder and delete it
Then in cordova folder run
cca platform add ios
and you are back to normal
-----
add the cordova plugins to view pdfs
cca plugin add org.apache.cordova.file
cca plugin add https://github.com/Inflight-Audio-Ltd/Cordova-PDFReader-IOS.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment