基本上我正在开发一个包含几个受版权保护的图像的应用程序(这些图像属于我正在为之工作的社会),我正在寻找一种方法来保护或阻止用户访问这些图像(例如:通过iFunBox或iFile on越狱装置).我一直在阅读"TexturePacker",这正是我所寻找的:一种带加密的内容保护,以使数据难以窃取.不幸的是我使用简单的SpriteKit进行开发,我不能使用这个框架.任何线索?
我刚刚将我的Xcode更新到7.0版(7A220),不幸的是,我遇到了一些问题.让我列出那些:
第二个是在运行时:
../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来开发我的应用程序.