随笔分类 -  iOS iphone真机调试

上一页 1 2 3 下一页

唯有真机才是真理。
iOS Xcode 10.3 xib:-1:未能找到或创建描述的执行上下文“<IBCocoaTouchPlatformToolDescript
摘要:/Users/hgm/XCode/Gnosys/TGuide/TGPrep/Assets.xcassets:-1: Failed to find a suitable device for the type IBSimDeviceTypeiPad2x (com.apple.dt.Xcode.IBSi 阅读全文

posted @ 2019-07-25 11:11 高彰 阅读(732) 评论(0) 推荐(0) 编辑

苹果机型细节
摘要:https://support.apple.com/zh-cn/HT201300 阅读全文

posted @ 2019-05-06 11:55 高彰 阅读(168) 评论(0) 推荐(0) 编辑

iOS 沙盒NSUserDefaults 存储可变数组问题 数据持久化
摘要:前言 NSUserDefaults支持的数据类型有:NSNumber(NSInteger、float、double),NSString,NSDate,NSArray,NSDictionary,BOOL. 附:NSUserDefaults 虽然本身不支持自定义对象的存储,不过它支持NSData的类型。 阅读全文

posted @ 2019-05-06 11:52 高彰 阅读(2563) 评论(0) 推荐(0) 编辑

iOS 游戏素材
摘要:http://www.aigei.com/course/game/ 阅读全文

posted @ 2019-05-06 11:27 高彰 阅读(245) 评论(0) 推荐(0) 编辑

iOS 监听系统音量按钮(持续更新)
摘要:Appdelegate.m中,添加头文件和系统监听代码 在需要监听的页面中添加通知,例子:ViewController.m中 运行即可。 阅读全文

posted @ 2018-12-28 09:23 高彰 阅读(1418) 评论(0) 推荐(0) 编辑

iOS12+Xcode 10 Error: Multiple commands producei
摘要:用Xcode10跑之前的项目,也就报了一种类型的错误:Multiple commands produce。这个的原因是项目中使用第三方库,里面有README.md,README.txt,LICENSE,Info.plist之类的,而且是不止一个库中有,重复的这些文件,导致的报错。 解决方案: tar 阅读全文

posted @ 2018-09-20 16:59 高彰 阅读(1473) 评论(0) 推荐(0) 编辑

iOS App Store 应用转移转让
摘要:他山之石可以攻玉。 援引:http://www.ifeegoo.com/ios-app-store-app-transfer.html 阅读全文

posted @ 2018-05-09 09:40 高彰 阅读(262) 评论(0) 推荐(0) 编辑

iOS 审核注意事项以及获取设备信息资料
摘要:https://blog.csdn.net/Reborn_Tai/article/details/79245498 我不想重复造轮子 阅读全文

posted @ 2018-04-28 10:33 高彰 阅读(139) 评论(0) 推荐(0) 编辑

iOS企业号发布应用流程(2017-11-1)
摘要:参照:1.http://www.jianshu.com/p/0418f5051185 2.http://www.jianshu.com/p/1f88cc66809e 在此基础上,本人反复调试,妈蛋总是细节出问题,再此总结一下。 一、通过企业账号申请证书 1 Certificate Signing R 阅读全文

posted @ 2017-11-01 11:29 高彰 阅读(5134) 评论(0) 推荐(0) 编辑

Xcode will continue when QSHKJ's iphone is finished.
摘要:Xcode will continue when QSHKJ's iphone is finished. 重启真机,再重启一下xcode。 阅读全文

posted @ 2017-10-08 17:47 高彰 阅读(692) 评论(0) 推荐(0) 编辑

singnal SIGABRT 和 PrefixHeader.pch
摘要:No.1 singnal SIGABRT 这个问题如果排第二就没有问题敢排第一!这个问题将会持续更新解决方法(因为总有人错处新花样) 问题分析(产生原因):1.未匹配(91%) 2.PrefixHeader.pch 这样修改的路径只能在这台电脑上编译通过,想要在其他电脑上编译通过需要将第一遍工程名之 阅读全文

posted @ 2017-09-27 14:58 高彰 阅读(193) 评论(0) 推荐(0) 编辑

iOS 海外版发布APP,设置名称注意
摘要:今日发布了海外版的App,本以为做了数据本地化(国际化)以后,就能够在APP商店搜索到。自己检测了下发现在国内搜索没问题,切换到海外地区在搜索发现只能是中文的名称能搜索到。喔,什么情况?于是一轮拜大神。最后自己的团队成员发现原来要在那里逐个设置的,老铁们。 阅读全文

posted @ 2017-05-11 12:02 高彰 阅读(2302) 评论(0) 推荐(0) 编辑

Mac mac MAC 以太网失效,连接了网络 打不开网页 上不了网。
摘要:援引:http://www.cnbeta.com/articles/tech/479465.htm 阅读全文

posted @ 2017-02-28 10:34 高彰 阅读(499) 评论(0) 推荐(0) 编辑

七.(一)oc通知-NSNotification(通知中心-NSNotificationCenter)
摘要:6年了,我来补上 先来最简单的吧。复制粘贴即可用 !⚠️通知传值先有接收通知,再有发起通知。为什么呢?以前开发遇到的人教我的南增教的 1.接收通知部分 #import "VC1.h" @interface VC1 () @end @implementation VC1 - (void)viewDid 阅读全文

posted @ 2016-12-06 09:21 高彰 阅读(280) 评论(0) 推荐(0) 编辑

升级到macos sierra xcode8 requires additional components to support runing and debugging choose Install to add required components
摘要:升级到macos sierra xcode8 报提示:requires additional components to support runing and debugging choose Install to add required components 当你遇到这个情况的时候,不要慌。你就 阅读全文

posted @ 2016-11-23 10:26 高彰 阅读(508) 评论(0) 推荐(0) 编辑

iOS真机调试问题-App installation failed,The maximum number of apps for free development profiles has been reached.
摘要:The maximum number of apps for free development profiles has been reached. 源引:http://www.jianshu.com/p/99c441070b22 阅读全文

posted @ 2016-10-26 09:43 高彰 阅读(1263) 评论(0) 推荐(0) 编辑

(null): Linker command failed with exit code 1 (use -v to see invocation)
摘要:他山之石,可以攻玉。 感谢热心网友。 此处有更佳的分析:http://www.cnblogs.com/xiaoyouPrince/p/5260378.html 阅读全文

posted @ 2016-10-26 09:20 高彰 阅读(143) 评论(0) 推荐(0) 编辑

Could not resize “/private/var/folders/1t/2mbzys4n6k391qdkwf1zvl4m0000gp/T/TemporaryItems/(A Document Being Saved By Xcode 3)/dyld_shared_cache_arm64” (No space left on device)
摘要: 阅读全文

posted @ 2016-09-27 15:12 高彰 阅读(1720) 评论(0) 推荐(0) 编辑

AP模式(路由器的几种模式)
摘要:1.AP模式下,需要把迷你无线路由器接入到已经可以上网的路由器或者交换机上面,然后迷你无线路由器可以提供无线WiFi,一般的迷你无线路由器出厂时默认都是AP模式。(例如:360wifi) 也就是说,要使用AP模式,你的网络中必须有一台路由器与宽带运行商之间建立了连接,否则是无法使用AP模式的。 适用 阅读全文

posted @ 2016-09-27 14:57 高彰 阅读(19290) 评论(0) 推荐(0) 编辑

No matching provisioning profiles found:No provisioning profiles with a valid signing idea....没有找到匹配的配置概要文件:没有配置概要文件与一个有效的签名
摘要:没有配置概要文件与一个有效的签名身份(即证书和私钥对)匹配...包标识符”。 这种问题无外乎是打开旧项目运行,参考demo事例时遇到。 解决办法:1.bundle换一个,直接新建项目替换。 有时还会遇到新问题 解决⚠️警告 换成 问题依然在 点OK,继续检查 仔细观察发现 证书也不对,(i.e. c 阅读全文

posted @ 2016-09-23 18:15 高彰 阅读(178) 评论(0) 推荐(0) 编辑

上一页 1 2 3 下一页
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示