升级到Xcode 6.1后,当我尝试构建现有应用程序时,它一直抛出此异常。我试图删除“MyController”并再次添加。但这会在不同的 Controller 上引发相同的异常。
could not read data from '/Users/macbookpro/Library/Developer/Xcode/DerivedData/MyApp-
dmhwkhbfbxprhycwjeunwtbbtsxj/Build/Intermediates/MyApp.build/DEV-iphoneos/MyApp.build/MyController-
PartialInfo.plist': The file “MyController-PartialInfo.plist” couldn’t be opened because there is no
such file.
最佳答案
我找到了答案。我必须将所有xib文件的IBCocoaTouchPlugin替换为较新的版本。
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/>
关于ios - Xcode 6.1不断告诉我一些PartialInfo.plist无法打开,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/26693837/