Last active
August 29, 2015 14:06
-
-
Save mickobrien99/bdbf98ab590c13aa86c2 to your computer and use it in GitHub Desktop.
Fixing cca and cordova
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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