5-6

1.问题
首先添加图片到工程中,选中copy.然后修改图片的名字,把5.jpg改为4.jpg
就出现了下面的情况一次。。。xcodebug???

可能是OpenFlow,添加图片后,就不能再次修改了。并且会保存这些原始图片,从而在添加的时候,就会有以下提示了。(待验证!)

在给xcode4中的工程添加多个图片的时候,提示:
Multiple errors occurred while copying the files.

如果添加一个图片,提示:
The operation couldn't be completed. File exists

退出xcode,再次进入也不行。


2.新建一个window-based后,手动添加一个navigationController,一运行就崩溃,提示Pushing a navigation controller is not supported
因为没有正确设置view。。。

unichar num=500;
NSString *a=[NSString stringWithCharacters:&num length:1];
NSLog(@"%d",[a characterAtIndex:0]);

这里竟然输出了500

我想问一下,一个NSString是8bit吗?

你可能感兴趣的:(xcode)