摘要:转自:http://www.cnblogs.com/ygm900/p/3836580.html 1、删掉工程中main.storyboard 后要删除plist文件中对应的键值,否则会报如下错误: Could not find a storyboard named 'Main' in bundle
阅读全文
posted @ 2016-09-22 10:37
|
||
随笔分类 - Objective-c
摘要:转自:http://www.cnblogs.com/ygm900/p/3836580.html 1、删掉工程中main.storyboard 后要删除plist文件中对应的键值,否则会报如下错误: Could not find a storyboard named 'Main' in bundle
阅读全文
posted @ 2016-09-22 10:37
摘要:转自:http://www.cocoachina.com/industry/20140514/8418.html 转自wufawei的博客 当你的应用提交到App Store或者各个渠道之后,请问你多久会拿到crash文件?你如何分析crash文件的呢? 上传crash文件 你的应用应当有模块能够在
阅读全文
posted @ 2016-09-19 23:35
摘要:转自:http://www.cnblogs.com/pengyingh/articles/2341880.html1. NSString转化为UNICODE String:(NSString*)fname = @“Test”;char fnameStr[10];memcpy(fnameStr, [f...
阅读全文
posted @ 2014-10-02 14:19
|
||