macOS 中缺少Info.plist,修改entitlements文件是错误的The LaunchServices launcher has returned an error. Please check the system l
The LaunchServices launcher has returned an error. Please check the system l
出现这个错误是因为你修改了entitlements文件,这里虽然是plist文件的一种,但是并不是Info.plist,所以会报错。
Info.plist从Xcode13以后就不再出现在文件列表里面了,而是出现在配置中,如图所示
昨天在设置macos 网络配置的时候发现info.plist里面居然没啥东西了,果然又是Xcode 新特性,废话不多说,上对比图。
以前的info.plist
改版之后去这里找以前的信息
配置网络请求 Info.plist -> + ->App Transport Security Settings ->Allow Arbitrary Loads ->YES