Page 1 of 1

How to add CanOpen plugin so its included in iOS XCode

Posted: Thu Mar 13, 2014 8:43 pm
by Ari Teman

Hi

I added plugin source file(CanOpen.m, CanOpen.h) in CordovaLibPlugins folder of iOS Project. http://philmerrell.com/canopen-a-phon...

When exporting xcode project, I can see that files in folder but really that files wasn't added in XCode Project.

I want to know the way how to add source files in iOS project.
Thanks in advance.


How to add CanOpen plugin so its included in iOS XCode

Posted: Thu Mar 13, 2014 9:11 pm
by Nikita

Hello,

Please look at this link:
https://getsatisfaction.com/apperyio/...
Did you do all as it's shown at this link?


How to add CanOpen plugin so its included in iOS XCode

Posted: Thu Mar 13, 2014 9:24 pm
by Alex GG

Hello!!
Same issue here..I ́m adding SocialSharing plugin to my iOs project.

I added SocialSharing.h and SocialSharing.m in CordovaLibPlugins folder of iOS, then exported xcode, and those aren ́t in xcode..so the plugin doesn ́t work.

I ́m also create the folder com.phonegap.plugins.socialsharing..and this is not in xcode project...

please help us how to solve this...

Regards


How to add CanOpen plugin so its included in iOS XCode

Posted: Thu Mar 13, 2014 11:48 pm
by Alex GG

Just to update.. I dragged the files into CordovaLibPlugins folder on Xcode.

And its working fine now..

thanks