There is a way but I'm not sure how much I should support you in this endeavor.. You are futzing with the code at this point so, consider this your warning!
If you replace the contents of cordova-cli/lib/cordova-ios with the contents of your cordova-ios package, it *should* work. Depends on which version of cordova-cli you are running as the cli code has expectations about which bits inside the cordova-ios lib exist. If you installed it via npm install -g then it should exist somewhere like /usr/local/lib/node_modules/cordova On 6/11/13 8:36 AM, "Andreas Sander" <andreas.san...@hotmail.de> wrote: >Okay. Now I can create/update projects via scripts in the bin directory >of cordova-ios. Is there a way to combine it with cordova cli tools? > >So that I can remove and add iOS platform again? > >> From: f...@adobe.com >> To: dev@cordova.apache.org >> Date: Tue, 11 Jun 2013 08:18:59 -0700 >> Subject: Re: CRC32 checksum failed with Cordova 2.2.0 >> >> Hey Andreas, >> >> You can download the 2.2.0 tag for cordova-ios here: >> https://github.com/apache/cordova-ios/tags >> >> On 6/11/13 1:15 AM, "Andreas Sander" <andreas.san...@hotmail.de> wrote: >> >> >As I found out the npm installation doesn't include the necessary lib >> >folder. Where can I find it? >> >Is there still existing download link for Cordova 2.2.0? On >> >http://archive.apache.org/dist/cordova/ the list stops on Cordova >>2.3.0, >> >the first version of cordova without any iOS 4 support. Hmpf... >> >Can somebody help me with that? >> > >> >> From: andreas.san...@hotmail.de >> >> To: dev@cordova.apache.org >> >> Subject: CRC32 checksum failed with Cordova 2.2.0 >> >> Date: Tue, 11 Jun 2013 09:39:38 +0200 >> >> >> >> Hi, >> >> due to the fact that Cordova 2.2.0 is the last iOS 4 supporting >> >>release, I need to get Cordova 2.2.0 worked for my iOS project. >> >> I've installed Cordova via npm without any problems. When I try to >>add >> >>iOS as a platform via cordova platform add ios, I get a >>checksum-failed >> >>error: >> >> Downloading ios library, this may take a while...CRC32 checksum >>failed >> >>apache-cordova-ios-e5b4aaf >> >> Can somebody help me with that? >> >> Greets, >> >> Andreas >> > >> >