Ta上传的资源 (0)

实现iOSAPP版本自动更新升级非常好用的一个方法 1.将文件下载解压放到项目中 2.在AppDelegate.m中applicationDidBecomeActive(APP启动后)方法中加入[[LGCheckVersion shareCheckVersion] checkVersion];即可
iOS 21

真机调试时出现couldnotfinddeveloperdiskimage说明Xcode版本过低不支持iOS10.3及以上版本,只需在/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Device
iOS 24