报错
Info.plist of “XXXX.app/Emotion.bundle” specifies a non-existent file for the CFBundleExecutable key
修正方式
修改Info.plist文件
找到这个Bundle,删除info.plist里边的Executable file这一项 是整行删除!
(删除红色箭头指向的那一个,注意是Emotion.bundle里边的那个info.plist)
Info.plist of “XXXX.app/Emotion.bundle” specifies a non-existent file for the CFBundleExecutable key
修改Info.plist文件
找到这个Bundle,删除info.plist里边的Executable file这一项 是整行删除!
(删除红色箭头指向的那一个,注意是Emotion.bundle里边的那个info.plist)