You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "scott coleman (JIRA)" <ji...@apache.org> on 2014/08/20 18:38:26 UTC

[jira] [Created] (CB-7344) Plugin source not being copied to platform directory

scott coleman created CB-7344:
---------------------------------

             Summary: Plugin source not being copied to platform directory
                 Key: CB-7344
                 URL: https://issues.apache.org/jira/browse/CB-7344
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin File
    Affects Versions: 3.5.0
            Reporter: scott coleman


When installing a plugin to a project SOMETIMES (but now always) the source of the plugin does not get copied to the platform directory (IOS)
Ex:
cordova create test888 com.t2.test888 test888
cd test888
cordova platform add ios
cordova plugin add https://github.com/brodysoft/Cordova-SQLitePlugin.git
cordova build

Error: The following build commands failed:
	CompileC build/test820.build/Debug-iphonesimulator/test820.build/Objects-normal/i386/SQLitePlugin.o test820/Plugins/com.phonegap.plugins.sqlite/SQLitePlugin.m 


The plugin should have created directory under IOS platform and copied plugin source files there but it didn't.

I've had this problem with at least 2 different plugins
Somes it works, sometimes is doesn't - can't find rhyme or reason to it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)