Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to load Info.plist error Xcode 10 under macOS 10.14 Mojave

I got this error message while running my app from within Xcode and the Archived exported app do NOT execute under macOS 10.14

[default] Unable to load Info.plist exceptions (eGPUOverrides) 

BTW, change Xcode's File -> Project Settings -> Build System to "Legacy Build System" does not work for me.

like image 348
Jiulong Zhao Avatar asked Sep 25 '18 23:09

Jiulong Zhao


2 Answers

I have the same problem with my project - everything builds fine, but nothing show up except that error:

Unable to load Info.plist exceptions (eGPUOverrides)

It IS Mojave bug. Apple trying to fix this issue in the next versions of Xcode. For now, I recommend to just downgrade the IDE for 9.4.1 version and waiting for resolve. It was the only option worked for me.

like image 33
Sylwester Pilarz Avatar answered Oct 03 '22 22:10

Sylwester Pilarz


It's not an Xcode bug, it's a Mojave bug.

I met this error every seconds. No matter I open any app, all comes with this bug in the Console.

I can't use the settings in System Prefrences - Security - Privacy - Accessibility because I can't add anything to the list ( I'm sure I unlocked the panel )

And when I start Steam, it also cause this error ------ Then the Steam exits on it's own.

Seems it was due to the CoreServices or LaunchServices, but I don't know what to do.

like image 195
Tinko L. Avatar answered Oct 03 '22 21:10

Tinko L.