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

Upgrading project from 2.2.0 to 2.3.0 causes Main Command Delegate cannot use 'super'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 2.3.0
    • None
    • cordova-ios
    • Xcode 4.5.2

    Description

      When upgrading the project from 2.2.0 to 2.3.0 Build failed : 3 errors ''MainCommandDelegate' cannot use 'super' because it is a root class'

      • (id)getCommandInstance:(NSString*)className
        {
        return [super getCommandInstance:className];
        }
      • (BOOL)execute:(CDVInvokedUrlCommand*)command
        {
        return [super execute:command];
        }
      • (NSString*)pathForResource:(NSString*)resourcepath;
        {
        return [super pathForResource:resourcepath];
        }

      and 1 error : ''MainCommandQueue' cannot use 'super' because it is a root class'

      • (BOOL)execute:(CDVInvokedUrlCommand*)command
        {
        return [super execute:command];
        }

      Please Help

      Attachments

        Activity

          People

            shazron Shazron Abdullah
            dream1 Hichem
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: