Xcode
雒琰湦
开发
展开
-
Xcode8及iOS10运行出现一堆没用的logs解决办法
详细解决过程: 相关链接: 点击打开链接原创 2016-09-29 16:00:12 · 1056 阅读 · 0 评论 -
CoreTelephony Trace File Error/Unable to boot the simulator
当运行Xcode程序时,模拟器不能正常打开,跳出/Unable to boot the simulator 如图: 开始以为是Xcode问题,重启电脑,卸载Xcode后重新安装均无果,之后注意到,每次开机都会跳出CoreTelephony Trace File Error 如图: 这时我们应该做的就是更新系统 方法: 在App Store里搜macOS Sierra 如图原创 2016-10-18 16:41:56 · 578 阅读 · 0 评论 -
运行模拟器时出现bug
运行多个模拟器之后 Unable to boot device due to insufficient system resources. Please see Simulator Help for information on adjusting system settings to allow more simulated devices to boot at on原创 2018-01-23 18:30:15 · 4719 阅读 · 0 评论 -
iOS之Xcode的NSLog打印不显示
解决方案: 在.pch文件添加以下代码,然后在其他页面向之前一样使用NSLog就可以了 .pch里添加: #ifndef __OPTIMIZE__ #define NSLog(...) printf("%f %s\n",[[NSDate date]timeIntervalSince1970],[[NSString stringWithFormat:__VA_ARGS原创 2018-01-16 11:48:16 · 3440 阅读 · 0 评论 -
ios打包ipa的四种实用方法(.app转.ipa)
ios打包ipa的四种实用方法(.app转.ipa) https://www.cnblogs.com/wengzilin/p/4601684.html iOS打包转载 2018-02-05 14:41:06 · 3756 阅读 · 0 评论 -
MGIsDeviceOneOfType is not supported on this platform或Lazy loading NSBundle MobileCoreServices.fram
运行Xcode时出现libMobileGestalt MobileGestalt.c:890: MGIsDeviceOneOfType is not supported on this platform. 解决方案: Edit Scheme-> Run -> Arguments, 在Environment Variables里边添加 OS_ACTIVITY_MODE = Disa...原创 2018-03-15 15:54:10 · 6227 阅读 · 0 评论 -
下载多个版本Xcode
下载多个版本Xcode https://developer.apple.com/download/more/ 点击此处跳转到下载页面 (有权限限制不能下载,需要登录苹果账号Apple ID)原创 2018-09-25 17:01:41 · 675 阅读 · 0 评论