小编use*_*537的帖子

如何保护images.xcassets免受窃取?

基本上我正在开发一个包含几个受版权保护的图像的应用程序(这些图像属于我正在为之工作的社会),我正在寻找一种方法来保护或阻止用户访问这些图像(例如:通过iFunBox或iFile on越狱装置).我一直在阅读"TexturePacker",这正是我所寻找的:一种带加密的内容保护,以使数据难以窃取.不幸的是我使用简单的SpriteKit进行开发,我不能使用这个框架.任何线索?

xcode data-protection ios sprite-kit

4
推荐指数
1
解决办法
496
查看次数

Xcode 7:'supportedInterfaceOrientations'实现中的冲突返回类型:'UIInterfaceOrientationMask'vs'NSUInteger'

我刚刚将我的Xcode更新到7.0版(7A220),不幸的是,我遇到了一些问题.让我列出那些:

  1. 现在,images.xcassets 支持1x,2x,3x.Retina 4 2x盒子仍然适用于现有图像,但您不能添加具有Retina支持的新套装.我该怎么处理?
  2. 我的应用程序不再适用于iPhone 4*和5*.图像消失了:我只能看到文本(实际上只有启动画面图像有效).我猜我可能有iPhone 5*的问题(不再支持Retina 4)但我对iPhone 4*感到惊讶(我曾经创建了每个图像的-480版本并放入2x盒子内).这里有同样的问题:我该怎么处理?
  3. 我收到了几个警告:第一个是关于"更新推荐的项目设置"(完成但没有改变).

第二个是在运行时:

../ViewController.m:41:1: Conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned int')
Run Code Online (Sandbox Code Playgroud)

第三个也是在运行时:

(null): Directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'
Run Code Online (Sandbox Code Playgroud)

有人能帮我吗 ?我正在使用Xcode 7.0(7A220)和SpriteKit来开发我的应用程序.

iphone ios sprite-kit xcode7

0
推荐指数
2
解决办法
4446
查看次数

标签 统计

ios ×2

sprite-kit ×2

data-protection ×1

iphone ×1

xcode ×1

xcode7 ×1