You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Paul Tarjan (JIRA)" <ji...@apache.org> on 2015/10/13 01:17:05 UTC

[jira] [Created] (CB-9785) Can't build many plugins with master branch of cordova-ios

Paul Tarjan created CB-9785:
-------------------------------

             Summary: Can't build many plugins with master branch of cordova-ios
                 Key: CB-9785
                 URL: https://issues.apache.org/jira/browse/CB-9785
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaCommon
            Reporter: Paul Tarjan


First it spews pretty badly with things like

{code}
cp: copyFileSync: could not write to dest file (code=ENOENT):platforms/ios/Trimian/Resources/icons/icon-60.png
{code}

(I think it is missing the Resources/icons dir).

Then for SMS it can't compile

{code}
platforms/ios/Trimian/Plugins/com.cordova.plugins.sms/Sms.m:2:9: fatal error: 'Cordova/NSArray+Comparisons.h' file not found
#import <Cordova/NSArray+Comparisons.h>
{code}

Then my email plugin dies with

{code}
platforms/ios/Trimian/Plugins/de.appplant.cordova.plugin.email-composer/APPEmailComposer.m:23:9: fatal error: 'Cordova/NSData+Base64.h' file not found
{code}

Then they keyboard has 2 errors

{code}
platforms/ios/Trimian/Plugins/ionic-plugin-keyboard/IonicKeyboard.m:75:22: error: property 'hackishlyHidesInputAccessoryView' not found on object of type '
UIView *'
        self.webView.hackishlyHidesInputAccessoryView = YES;
                     ^
platforms/ios/Trimian/Plugins/ionic-plugin-keyboard/IonicKeyboard.m:78:22: error: property 'hackishlyHidesInputAccessoryView' not found on object of type 'UIView *'
        self.webView.hackishlyHidesInputAccessoryView = NO;
                     ^
{code}

Now my camera:

{code}
platforms/ios/Trimian/Plugins/cordova-plugin-camera/CDVCamera.m:23:9: fatal error: 'Cordova/NSData+Base64.h' file not found
#import <Cordova/NSData+Base64.h>
{code}

And finally it builds



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org