step1:file->new->target create 1 target
step2:change Podfile and update pod
step3:check new target's Info.plist
step4:change files belong target
http://funkyvisions.com/blog/2012/04/multi-target-the-guide/
https://medium.com/@jigarm/how-to-create-multiple-targets-ios-app-480d52a762d2

bug1:xmppframework not found 
--- check podfile distinct abstract_target and father target 
podfile ex:
target 'A' do

pod 'xmppframework'

target 'B' do
   end

end 
http://www.devzhang.com/

bug2:could not inspect package  
# 1.replace Info.plist 
2.->build settings --check Inffo.plist

最新文章

  1. 遭遇Web print
  2. Nop中的Cache浅析
  3. jquery input 下拉框(模拟select控件)焦点事件
  4. 通过Gearman实现MySQL到Redis的数据同步
  5. non-overlapping-intervals
  6. binarySearch二分查找——Javascript实现
  7. java新手笔记20 抽象类模板(letter)
  8. ASP.NET - TreeView控件,只操作最后一级节点
  9. HDU<1372>/bfs
  10. kafka第六篇---多个进程读不齐
  11. NSURL 子串截取
  12. OO第一阶段总结
  13. python的学习笔记01_1 python2和python3的区别和环境
  14. [转载]css菜鸟之HTML 中块级元素设置 height:100% 的实现
  15. [Swift]LeetCode69. x 的平方根 | Sqrt(x)
  16. VS2010 集成标准com组件
  17. Invalid bound statement (not found):xxx错误的可能原因
  18. 基于vue和svg的树形UI
  19. Ubuntu 离线安装 docker
  20. ECharts4简单入门

热门文章

  1. C# IEnumerable to List 的转换
  2. jquery 日期插件
  3. ubuntu登入死循环问题 解决!!
  4. LeetCode OJ——Minimum Depth of Binary Tree
  5. Drupal 有用的模块
  6. js-浅显基础-正则表达式集
  7. Python基础数据类型补充及深浅拷贝
  8. fread函数和fwrite函数
  9. luogu P3402 最长公共子序列
  10. SilverLight:基础控件使用(6)-Slider控件