Hi folks,
While updating an NSDocument-based app to macOS 10.14 "Mojave" SDK Xcode's debugging console is presenting an error on app launch:
[default] Unable to load Info.plist exceptions (eGPUOverrides)
My app runs fine, and I'm quite sure the log entry is only an information with regards to external GPU support. The only meaningful reference of eGPUs and info.plist in the web is Apple's document about "Handling of External GPUs", unfortunately it doesn't mention any info.plist key with regards to overwriting ... Funny, but literaly dozens of people are blaming this log entry for all possible problems of their app 😉
As mentioned I have no issue, but would like to clean up potential warnings. Has anyone some insights about the log entry's meaning and how to avoid it? I tried several potential info.plist keys w/o success...
Greetings, Mattes