Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9785

Can't build many plugins with master branch of cordova-ios

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • cordova-ios

    Description

      First it spews pretty badly with things like

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

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

      Then for SMS it can't compile

      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>
      

      Then my email plugin dies with

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

      Then they keyboard has 2 errors

      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;
                           ^
      

      Now my camera:

      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>
      

      And finally it builds

      Attachments

        Issue Links

          Activity

            People

              shazron Shazron Abdullah
              ptarjan Paul Tarjan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: