Quit the xcode and connect again will all right.…
使用C#的MondoDB驱动,一直没问题.结果最近,MongoCursor的ToList方法,取列表,总是报错 Server instance 127.0.0.1:27017 is no longer connected 数据什么的也是正常. 最后终于发现导致问题出现的原因.虽然解决方法不是很完美,但是也还解决问题了. 如果有其它好的解决方法的同学可以和我交流,微信:Jeff520888 错误信息如下: <html> <head> <title>Server insta…
上位机:ubuntu14.04 64bit 下位机:qq2440 交叉编译器:arm-linux-gcc 3.4.1 下位机使用的linux内核版本:kernel2.6.13 1.插入u盘时错误信息如下: [root@FriendlyARM /home]# usb 1-1: new full speed USB device using s3c2410-ohci and address 6usb 1-1: device descriptor read/64, error -110usb 1-1:…
1. 错误提示信息: D:\Software\Keil5\ARM\PACK\Keil\STM32F1xx_DFP\2.1.0\Device\Include\stm32f10x.h(483): error:  #5: cannot open source input file "core_cm3.h": No such file or directory 2. 解决方法 找到Kevil5安装目录下的include文件夹,添加 core_cm3.h文件,重新编译. core_cm3.h可以…
一般来说有两个原因: 1. iphone没有加到test device里,将iphone的设备id加到test device列表里 2. Xcode不支持当前的iOS版本,将Xcode升级到最新版…
Xcode中调试代码时,常常需要使用console窗口查看变量的信息,比如使用了如下的命令来输出有关UITableView中一个UITableViewCell的信息, po cell 令人感到意外的是,console窗口得到的输出是: error: Couldn't materialize struct: the variable 'cell' has no location, it may have been optimized out 从这样的输出看到了“it may have been o…
需要迁移一个开源工程的一部分内容到自己工程,迁移对方的工程到自己工程之后,因目录结构配置整理需要,对嵌入的工程目录进行了结构改变,编译后出现: clang: error: no such file or directory: '/Users/username/Desktop/echonest-echoprint-ios-sample-b937c04/Classes/ClassName/clang: error: no such file or directory:' 揪其原因,很明显,因为改变了…
运行脚本后报错: xcrun: error: unable to find utility "PackageApplication", not a developer tool or in PATH 后面根据对比发现新版的Xcode少了这个PackageApplication(转注:PackageApplication在前几个版本已被标识为废弃,在8.3版本彻底移除了) 先去找个旧版的Xcode里面copy一份过来 放到下面这个目录: /Applications/Xcode.app/C…
以下图片指出的 TARGETS→General 面板的信息. 下面我们讲讲根据 APP 需求配置我们的Xcode: 1.设置 Device Orientation,指定 APP 支持设备的方向 ,我们可以选择两种设置方式: 方式一:如上图,可以直接勾选 APP 支持的旋转方向: 方式二:如下图,可以在 info.plist 中添加或删除自己需要的属性: 2.设置 AppIcon,苹果推荐我们在文件夹 Assets.xcassets 中添加 APP 图标(具体尺寸请自行查看苹果官方文档),面板右侧…
运行Xcode模拟器时,提示: An error was encountered while running (Domain = FBSOpenApplicationErrorDomain, Code = 4). 解决方案:打开Xcode中的Open Developer Tool-->iOS Simulator,选择Simulator中的“Reset Content and Setting..”…