Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ISSUE-027

MCMeta.plist文件不存在导致闪退

常见表现

启动闪退。

原因分析

一些SDK会读取/var/mobile/Library/UserConfigurationProfiles/PublicInfo/MCMeta.plist的文件时间,读取失败时会触发闪退。

但是只有iOS才有MCMeta.plist,macOS上并不存在这个文件。

解决方法

创建一个空文件即可:

sudo mkdir -p /var/mobile/Library/UserConfigurationProfiles/PublicInfo
sudo touch /var/mobile/Library/UserConfigurationProfiles/PublicInfo/MCMeta.plist