上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 34 下一页
摘要: gcc -S -fno-asynchronous-unwind-tables execFunc.c -fno-asynchronous-unwind-tables 用来去除.CFI指令 源代码里要有main函数,可以不调用函数 // // execFunc.c // BlankProject // 阅读全文
posted @ 2021-04-22 15:00 雨筱逸悠 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 记录编译开始时间(自己的脚本一定要放在最前面,否则项目不会使用修改完成后的内容) # Type a script or drag a script file from your workspace to insert its path. app_build_time_path=${SRCROOT}/ 阅读全文
posted @ 2021-04-01 16:58 雨筱逸悠 阅读(244) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-03-30 17:43 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-03-30 16:06 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/01a9800612d3 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" sudo xcode-select --inst 阅读全文
posted @ 2021-03-26 17:42 雨筱逸悠 阅读(59) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-03-26 09:50 雨筱逸悠 阅读(0) 评论(0) 推荐(0) 编辑
摘要: http://tool.chinaz.com/dns?type=1 查询 阅读全文
posted @ 2021-03-11 18:32 雨筱逸悠 阅读(31) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/app-store/review/guidelines/ 审核指南地址(苹果爸爸制定的规则都在这里) https://developer.apple.com/cn/app-store/review/guidelines/ 这个是汉化后的地址 现 阅读全文
posted @ 2021-01-28 18:32 雨筱逸悠 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 1.蓝牙权限开关、相机权限开关会使得App被杀死 2.相册权限如果是使用的系统的ImagePicker则可以不需要授权(目前发现是在iOS13以上) 3.网络权限会继承上次安装时的情况 4.网络权限设定只会在第一次触发时申请,卸载安装后或者开启关闭后,如果没有网络权限将会弹窗引导去开启网络权限,不再 阅读全文
posted @ 2021-01-21 17:46 雨筱逸悠 阅读(111) 评论(0) 推荐(0) 编辑
摘要: SCNetworkReachabilityCreateWithName SCNetworkReachabilityGetFlags 阅读全文
posted @ 2021-01-19 10:21 雨筱逸悠 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 34 下一页