This is a swift project that has C bridged. As soon as the C was bridged I got the warning: Instance method 'applicationDidFinishLaunching' nearly matches optional requirement 'applicationDidFinishLaunching' of protocol 'NSApplicationDelegate'
When launched, the func applicationDidFinishLaunching is not called.
This is for MacOS 10.15. Using Xcode 12.3.
6
0
2.1k