我得到一個非常惱人的錯誤消息:無法加載筆尖錯誤信息
「不能在包中加載NIB:‘一個NSBundle(加載)’名爲'SingleStoryViewController」
知道爲什麼?該SingleStoryViewController筆尖在項目中可用。
我不知道發佈其代碼,但這裏是我有:
if ([viewType isEqualToString:kSingleStoryView]){
viewController = [[SingleStoryViewController alloc] initWithNibName:@"SingleStoryViewController" bundle:nil];
}
你能提供一些代碼嗎? – iMash
如果您使用initWithNibName,則可能需要檢查字符串的拼寫和大小寫:@「SingleStoryViewController」 – geminiCoder
如果在拼寫中沒有明顯的含義,請選擇目標,轉到Build Phases選項卡並打開Copy Bundle Resources部分。確保你的xib文件在那裏(或者發佈**是**的屏幕截圖)。 –