10 2014 档案

摘要:命令行生成Ipa工程文件为test,首先切换到该目录。清除编译对象xcodebuild-targettestclean编译xcodebuild-targettest打包xcrun-sdkiphoneosPackageApplication-v./build/Release-iphoneos/test... 阅读全文
posted @ 2014-10-28 10:32 dzldzl 阅读(220) 评论(0) 推荐(0)
摘要:审核 加急:https://developer.apple.com/appstore/contact/?topic=expedite原因:We found a serious problem, our application is collapse phenomenon, poor brings t... 阅读全文
posted @ 2014-10-13 17:54 dzldzl 阅读(248) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/totogo2010/article/details/9816975 阅读全文
posted @ 2014-10-09 22:13 dzldzl 阅读(168) 评论(0) 推荐(0)
摘要:2down voteAdditional to B H answer. Also lookthis answer.Got this issue when launching my landscape only app from portrait orientation (also the app s... 阅读全文
posted @ 2014-10-02 15:33 dzldzl 阅读(3055) 评论(0) 推荐(1)
摘要:As suggested by theofficial Apple docs: you can use theNSFoundationVersionNumber, from theNSObjCRuntime.hheader file.if (floor(NSFoundationVersionNumb... 阅读全文
posted @ 2014-10-01 17:04 dzldzl 阅读(138) 评论(0) 推荐(0)