Skip to content

AppDelegate.mm: No known class method for selector 'startWithHostName:' #158

Open
@retyui

Description

@retyui

Docs are incorect, fix:

#import "AppDelegate.h"
#import "Atlantis-Swift.h"

@interface AppDelegate ()

@end

@implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // Override point for customization after application launch.
-    [Atlantis startWithHostName:nil];
+   [Atlantis startWithHostName:nil shouldCaptureWebSocketTraffic:YES];
      return YES;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions