1、查看Crash 1、通过xCode打开设备 2、选择APP打开最近的日志 3、选择崩溃时间点对应的日志 4、选择对应的工程打开 5、就能看到对应的Crash日志 2、为了防止Crash写代码需要注意 1、UObject在RemoveFromRoot之前先判断是否Root if (SelectedImage && SelectedImage->IsRooted()){SelectedImage->RemoveFromRoot();}if (UnSelectedImage && UnSelectedImage->IsRoote