博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Reveal配置及上架前配置
阅读量:6818 次
发布时间:2019-06-26

本文共 466 字,大约阅读时间需要 1 分钟。

hot3.png

title: Reveal配置及上架前配置

date: 2016-2-18 14:55
categories: IOS

tags: reveal

我的博客:

添加Reveal

  1. 将Reveal.framework 拖入到工程中
  2. 选择Targets -》 BuildSetting,搜索Other Linker Flags 添加-ObjC -lz -framework Reveal
  3. 选择Targets -》 BuildPhases -》Link Binary With Libraries ,找到并移Reveal.framework

版本发布移除Reveal

上架前要移除Reveal.framework否则上传的时候苹果会提示有错误

  1. 移除项目中的Reveal.framework的引用
  2. 选择Targets -》 BuildSetting,搜索Other Linker Flags 删除-ObjC -lz -framework Reveal

转载于:https://my.oschina.net/coolwxb/blog/631326

你可能感兴趣的文章
【零基础学习iOS开发】【02-C语言】05-进制
查看>>
使用Webpack的代码分离实现Vue懒加载
查看>>
V for vendetta
查看>>
Android指南 - 样式和主题
查看>>
margin注意问题
查看>>
事物的回滚
查看>>
Xcode7 iOS9.0 的真机调试
查看>>
Constraint3:check约束 和 null
查看>>
Rocket - diplomacy - LazyModule实例:Buffer
查看>>
Fabric 1.0环境搭建
查看>>
c冒泡排序
查看>>
第十五篇、OC_同一个View实现两个手势响应
查看>>
sql server 2008学习8 sql server存储和索引结构
查看>>
Java软件架构设计慨论
查看>>
15-用户手册(GB8567——88)
查看>>
AS3效率优化:使用Vector数据类型
查看>>
JAVA 访问WebRoot下的目录文件
查看>>
【vue】vue +element prop用法
查看>>
leetcode1035
查看>>
leetcode1087
查看>>