felix-digitalkarma / SampleApps

Sample applications for use with Cordova 1.6.0
3 stars 2 forks source link

property invokeString not found in CDVViewController #1

Closed MarkWalls closed 12 years ago

MarkWalls commented 12 years ago

Hi Felix,

I loaded it in Xcode4 and found an error in AppDeligate.m. It is saying property invokeString not found on object of type CDVViewController. Looks to be part of the Cordova code?

felix-digitalkarma commented 12 years ago

Yes. If you have Cordova installed, when you create a project, if you look under the frameworks group folder you'll see a headers folder...instead of PGViewController, it was changed to CDVViewController.h

The projects i have in the repo work off of cordova 1.6.0, so more than likely you don't have cordova installed. You can find the dmg file under lib/ios.

MarkWalls commented 12 years ago

Ok, so you made modifications to the view controller?

I have Cordova installed, so probably just need to create a cordova app and bring in the pieces?

I'll give that a shot in the morning when my head is back on straight. Thanks for the help and pointers. It is crazy that it is this difficult. :)

On Mon, Apr 16, 2012 at 11:17 PM, felixactv8 < reply@reply.github.com

wrote:

Yes. If you have Cordova installed, when you create a project, if you look under the frameworks group folder you'll see a headers folder...instead of PGViewController, it was changed to CDVViewController.h

The projects i have in the repo work off of cordova 1.6.0, so more than likely you don't have cordova installed. You can find the dmg file under lib/ios.


Reply to this email directly or view it on GitHub: https://github.com/felixactv8/SampleApps/issues/1#issuecomment-5168968

felix-digitalkarma commented 12 years ago

No modifications. I created a new project.

On Apr 16, 2012, at 11:48 PM, MarkWalls reply@reply.github.com wrote:

Ok, so you made modifications to the view controller?

I have Cordova installed, so probably just need to create a cordova app and bring in the pieces?

I'll give that a shot in the morning when my head is back on straight. Thanks for the help and pointers. It is crazy that it is this difficult. :)

On Mon, Apr 16, 2012 at 11:17 PM, felixactv8 < reply@reply.github.com

wrote:

Yes. If you have Cordova installed, when you create a project, if you look under the frameworks group folder you'll see a headers folder...instead of PGViewController, it was changed to CDVViewController.h

The projects i have in the repo work off of cordova 1.6.0, so more than likely you don't have cordova installed. You can find the dmg file under lib/ios.


Reply to this email directly or view it on GitHub: https://github.com/felixactv8/SampleApps/issues/1#issuecomment-5168968


Reply to this email directly or view it on GitHub: https://github.com/felixactv8/SampleApps/issues/1#issuecomment-5169278