You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2014/02/12 22:24:19 UTC

[jira] [Created] (CB-6025) Plugins that bundle pre-compiled libs (.a files) that are not within frameworks trigger compiler warnings

Andrew Grieve created CB-6025:
---------------------------------

             Summary: Plugins that bundle pre-compiled libs (.a files) that are not within frameworks trigger compiler warnings
                 Key: CB-6025
                 URL: https://issues.apache.org/jira/browse/CB-6025
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS, Plugman
            Reporter: Andrew Grieve
            Assignee: Andrew Grieve
            Priority: Minor


Reported via pull request: https://github.com/apache/cordova-plugman/pull/11

adding static libs to source files will add these to the build section. which is unnecessary and results in a warning in xcode:

{quote}
warning: no rule to process file 'path/to/lib.a' of type archive.ar for architecture __arch
{quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)