We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a676ecf commit a123b48Copy full SHA for a123b48
TestRunner/Source Files/main.m
@@ -23,7 +23,7 @@ int main(int argc, char *argv[]) {
23
config.ArgumentsCount = argc;
24
config.Arguments = argv;
25
26
- [NativeScript start:config];
+ [[NativeScript alloc] initWithConfig:config];
27
28
return 0;
29
}
project-template/internal/main.m
@@ -55,7 +55,7 @@ int main(int argc, char *argv[]) {
55
56
57
58
59
60
61
0 commit comments