1.

NIMSDK 在 5.1.0 版本之后已改为动态库,集成方式有所改变,若需要集成高于此版本的 SDK,只需要做以下步骤: 将下载的 SDK 拖动到 Targets -> General -> Embedded Binaries 里,如下图

https://dev.yunxin.163.com/docs/product/IM%E5%8D%B3%E6%97%B6%E9%80%9A%E8%AE%AF/SDK%E5%BC%80%E5%8F%91%E9%9B%86%E6%88%90/iOS%E5%BC%80%E5%8F%91%E9%9B%86%E6%88%90/%E9%9B%86%E6%88%90%E6%96%B9%E5%BC%8F

https://www.jianshu.com/p/30d7996fb597

https://segmentfault.com/a/1190000004920754

2.aggregate

http://www.cocoachina.com/ios/20141126/10322.html

3.fastlane

default_platform(:ios)

platform :ios do
desc "Description of what the lane does"
lane :NonTeacher do #函数名称,执行打包的时候使用 time = Time.new.strftime("%Y%m%d") #获取时间格式
version = get_version_number#获取版本号
ipaName = "Release_#{version}_#{time}.ipa"
gym(
scheme:"NonTeacher", #项目名称
export_method:"ad-hoc",#打包的类型
configuration:"Release",#模式,默认Release,还有Debug
output_name:"#{ipaName}",#输出的包名
output_directory:"./build"#输出的位置 ) end
end

506  ruby -v

507  xcode-select --install

508  gem sources

509  cd /Users/mac/Downloads/AnyChatCoreSDK_iOS_r8125/src/helloAnyChat

510  sudo gem install fastlane -NV

511  fastlane init

512  fastlane build

513  fastlane build

514  fastlane add_plugin pgyer

https://www.jianshu.com/p/6ab8d2b7253a

 pgyer(api_key: "7f15xxxxxxxxxxxxxxxxxx141", user_key: "4a5bcxxxxxxxxxxxxxxx3a9e")

https://github.com/shishirui/fastlane-plugin-pgyer

最新文章

  1. ISS部署网站--HTTP 错误 404.17 - Not Found 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。
  2. NEFU 561 方块计算
  3. jquery.color.js的使用
  4. linux C之access函数(转-追梦的小鸟)
  5. Linux共享内存
  6. Struts, Namespace用法
  7. 六步实现Spring.NET 与 NHibernate 的整合
  8. 使用Unity创建塔防游戏(Part2)
  9. iOS js oc相互调用(JavaScriptCore)
  10. UCOSII在STM32F1上的移植
  11. 自定义七天签到View
  12. PHP备忘录
  13. cadence布线完成后的补充操作
  14. java 网站用户在线和客服聊天
  15. Python判断字符串是否xx开始或结尾
  16. 简单了解pytorch的forward
  17. Scatter 散点图
  18. SqlServer 查看死锁的进程
  19. Jquery模板-----JsRender
  20. Ubuntu通过 lshw 工具包查看物理网卡名称

热门文章

  1. (转)git checkout 撤销修改
  2. c 结构体 & 函数指针模拟实现一个java class(类) 和方法
  3. 斯坦福大学公开课机器学习:machine learning system design | trading off precision and recall(F score公式的提出:学习算法中如何平衡(取舍)查准率和召回率的数值)
  4. C#Windows服务程序安装常见问题解决方法
  5. Spring Cloud Netflix Eureka: 多网卡环境下Eureka服务注册IP选择问题
  6. MegaCli命令使用详解
  7. day06-(mysql)
  8. JSP学习记录
  9. 2017-12-15python全栈9期第二天第七节之运算符
  10. python脚本难点