You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/03/17 17:52:44 UTC

[GitHub] fssrepository commented on issue #353: CB-13824: (ios) Swift 4 support

fssrepository commented on issue #353: CB-13824: (ios) Swift 4 support
URL: https://github.com/apache/cordova-ios/pull/353#issuecomment-373939586
 
 
   I have transformed a plugin from object c to swift, but i had a very hard time to make it work, it's working in xcode with emulator, but like use_frameworks! in the Pod file is missing, and there are some other issues, like cordova header file in a wrong place. GoogleToolboxForMac not found. The official cordova release with swift 4 is not working. (not picking up the methods of the plugin,with Swift 3 is definitely working)
   
   It's a very easy plugin, with just some lines of code to test the capacity of cordova on ios.
   Can somebody help me out on this? There are tons of bugs under cordova related to swift 4, which this plugin showed. I had to use an external plugin also to generate Bridign header, and AppDelegate.h was also required.
   
   https://github.com/fssrepository/cordova-plugin-fcm-modified

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org