You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By using your cordova plugin, I was able to create my own plugin using Swift 3. The plugin I created requires the CommonCrypto framework which needs to be added to the Bridging-Header file.
After adding my plugin to my project, the Bridging-Header.h file in "Other Resources" has been changed, but instead of the file contents (# import <CommonCrypto/CommonCrypto.h>), the name of the file is merged. So the contents of the Bridging-Heder.h file is:
Hi,
By using your cordova plugin, I was able to create my own plugin using Swift 3. The plugin I created requires the CommonCrypto framework which needs to be added to the Bridging-Header file.
In order to do so, in my plugin.xml file I added:
Pointing to a file containing:
As dependency in the plugin.xml file I added:
After adding my plugin to my project, the Bridging-Header.h file in "Other Resources" has been changed, but instead of the file contents (# import <CommonCrypto/CommonCrypto.h>), the name of the file is merged. So the contents of the Bridging-Heder.h file is:
Am I doing anything wrong? Or is this a bug?
The text was updated successfully, but these errors were encountered: