zalando / SwiftMonkey

A framework for doing randomised UI testing of iOS apps
MIT License
1.95k stars 174 forks source link

OC can not call init method #84

Closed SophiaSong closed 5 years ago

SophiaSong commented 5 years ago

When I call init method in OC like [[MonkeyPaws alloc] initWithView:self.window ], I get an error No visible @interface for 'MonkeyPaws' declares the selector 'initWithView:tapUIApplication:' How can I fix it?

SophiaSong commented 5 years ago

Write an AppDelegate category in swift.