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

后端 未结 7 1316
不思量自难忘°
不思量自难忘° 2020-12-01 08:53

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.         


        
7条回答
  •  旧巷少年郎
    2020-12-01 09:32

    Apps linked against 10.14 (Mojave) need to add this key to their Info.plist

    NSAppleEventsUsageDescription
    

    Details on usage available here Apple Developer Video and here Apple Developer Forum.

提交回复
热议问题