iOS15版本下,配置UNNotificationSound来替换UNNotificationRequest声音,会出现没法播报问题
网络监听用到的类为Reachability.h,这个Xcode项目里面是不自带的,需要从github上面下载,在使用的时候记着导入SystemConfiguration.framework。
用模拟器或者真机的ipad把对应机型的截图再放上去,原因是审核人员识别出机型截图没黑条或者刘海之类,判断为iphone机型
问题Xcode12运行模拟器会报以下错误:The linked framework 'Pods_.framework' is missing one or more architectures required by this target: arm64.或者unbound variable Command ......
近期在对项目进行打包,发现打出来的Archive没有bundle ID,什么信息都没有,只是显示Generic Xcode Archive,如图:
是因为包中的库带有i386,x86_86這两个架构,而iOS13之后打包不支持该两个架构
采用以下方法时会提示【performSelector may cause a leak because its selector is unknown】警告