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 2019/04/18 06:31:04 UTC

[GitHub] [cordova-ios] jtcreative opened a new issue #604: Cordova libraries built on xCode 10.1+ swift projects give the error 'include of non-modular header inside framework module'.

jtcreative opened a new issue #604: Cordova libraries built on xCode 10.1+ swift projects give the error 'include of non-modular header inside framework module'.
URL: https://github.com/apache/cordova-ios/issues/604
 
 
   # Feature Request
   
   ## Motivation Behind Feature
   This increases issues of integrating the library as a carthage or cocoapods dependency in projects. Anyone who uses swift as a project language will eventually hit this issue.
   
   
   
   ## Feature Description
   If you add this repo as a dependency to a carthage file of a project being run on xCode 10.1 or 10.2, reference an imported header in the project, and build, you'll receive an error mentioning non modular headers being referenced.
   
   
   
   ## Alternatives or Workarounds
   The alternative workaround is to compile the code in an earlier version of xCode (9.4.1 for example) and reference the compiled source in the list of linked frameworks.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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