一:问题  targets中证书的设置

1.项目支持多设备(Xcode5.1.1支持低版本)

2.真机测试要确保Code Siging 设置没问题

支持的最低版本

二 :问题:image  not found

Library not loaded: /System/Library/Frameworks/AdSupport.framework/AdSupport

  Referenced from: /var/mobile/Applications/0083F6DD-6466-48B4-8F6D-7AEC68FBC421/DPM.app/DPM

  Reason: image not found

解决方法:

Found out the solution to the problem. The problem was setting the added frameworks as requiredinstead of optional

GO TO Project-> Targets-> Build Phases-> Link Binary with Libraries

There, set the status of added frameworks to Optional

This solved my problem.

三: Couldn't register XXX with the bootstrap server. Error: unknown error code.

This generally means that another instance of this process was already running or is hung in the debugger.

 

可能会想到是不是改动代码造成的,由于用模拟器就没问题,编译能正常通过,只是一到真机调试就报错,原因是由于在debug时,未停止debug而直接拔掉数据线导致的,可能是真机内任然保留有调试信息,真机认为自己依然处于调试状态,从而导致调试状态冲突而 造成的。

这样解决的最简单的方法是:重启设备(IPad,iPhone,iPod)等

最新文章

  1. js获取可视区域高度
  2. Unity3D 物体跟随鼠标旋转
  3. Javascript 自动计算生日
  4. [Eclipse] - 集成Tomcat热加载插件
  5. csharp: Socket
  6. 【Android开发学习笔记】【第四课】基础控件的学习
  7. GEOS库 介绍 (转)
  8. 写在新建博客的第一天 分类: fool_tree的笔记本 2014-11-08 17:57 144人阅读 评论(0) 收藏
  9. 这些屌炸天的创业者为何对投资人说NO
  10. Vue.js 介绍入门
  11. Getting the pixel coordinates of text or ticks in matplotlib
  12. python多进程之间的通信:消息队列Queue
  13. 《python for data analysis》第二章,美国1880-2010年出生人口姓名的数据分析
  14. Java复习题
  15. 1.3 flask
  16. dbgrideh添加列、多表头及属性
  17. laravel orm
  18. jquery遍历table的tr获取td的值
  19. python 回溯法 子集树模板 系列 —— 11、全排列
  20. [UE4]C++ STL总结

热门文章

  1. linux如何以十六进制格式来查看任意文件
  2. PHP设计模式(五): 原型模式
  3. 请教下 f = f.replace('\n', '\r')这条没起作用
  4. Visual Studio 2017 序列号 Key 激活码 VS2017 注册码
  5. zsh 安装powerline 主题特效
  6. ionic+cordova 学习开发App(一)
  7. Redis原理与实践总结
  8. 1-13 RHEL7-硬盘介绍和磁盘管理
  9. 字符串方法之-indexOf、lastIndexOf、等等一些方法
  10. iOS安全系列之 HTTPS 进阶