12 2021 档案

debugview使用
摘要:void DBGInfo(char *infodata, ...) { char Info[512]; va_list VA_List; va_start(VA_List, infodata); vsprintf(Info, infodata, VA_List); va_end(VA_List); 阅读全文

posted @ 2021-12-29 16:44 邗影 阅读(60) 评论(0) 推荐(0)

xcode12.2上运行平板IOS15.1
摘要:1需要 真机SDK包 15.1 (19B74) /应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ 注意如果你机器上有多个xcode的话,要放到对应的xcode包内容里 2 无法安装 Unable 阅读全文

posted @ 2021-12-01 16:51 邗影 阅读(386) 评论(0) 推荐(0)

导航