Created an objective C app that has an embedded wkwebview. I am using the loadHTMLstring to display a NSString created by the application, no external links are used (although it will load them).
When launched from Xcode in debug mode, the program works as intended. When I build a signed distribution package, it will work on the computer that built it. But when I take that build to another computer, the app will crash upon launch, not even opening the dialog. The crash log indicates that it is due to wkwebview.
Running macOS 11.2.2 on both machines, (last week 11.2.1).
I have the proper webkit library and framework linked.
Any thoughts.
When launched from Xcode in debug mode, the program works as intended. When I build a signed distribution package, it will work on the computer that built it. But when I take that build to another computer, the app will crash upon launch, not even opening the dialog. The crash log indicates that it is due to wkwebview.
Running macOS 11.2.2 on both machines, (last week 11.2.1).
I have the proper webkit library and framework linked.
Any thoughts.