liuc27 / backUp3

1 stars 0 forks source link

SwiftCordova Project #13

Open dineshjeyasankar opened 8 years ago

dineshjeyasankar commented 8 years ago

Hi I am trying to use your SwiftCordova. I want to create a swift based project and have one view delegate to Cordova. I tried to create my own project and stuck with this error. I do not see an "issue" section in that project so posting it here. I am desperate to make this work. Can you help?

2016-02-24 23:13:59.701 myAPP[1599:1020443] Apache Cordova native platform version 4.0.1 is starting. 2016-02-24 23:13:59.701 myAPP[1599:1020443] Multi-tasking -> Device: YES, App: YES 2016-02-24 23:13:59.703 myAPP[1599:1020443] -[__NSDictionaryM cordovaSettingForKey:]: unrecognized selector sent to instance 0x125d88ed0

liuc27 commented 8 years ago

hi, this is a pure cordova project. nothing swift included. I don't know how to combine swift and cordova either, and if you know, please let me know. but if you only wanna combine web html and swift, I suggest that you try UIWebView.

dineshjeyasankar commented 8 years ago

i was refering to this project. https://github.com/liuc27/SwiftCordova I did not have a way to communicate in that project hence posted here. I just replaced the cordova.xcodeproject, config.xml and www from latest cordova ios wrapper and its breaking.

liuc27 commented 8 years ago

sorry, thats not my project. the original author should be

johnlui

,you can try contact him. I tried ,but faild to run this project.