這裏是我的代碼和下面的截圖:Xcode的解析問題 - 「預期 ']'」
UIAlertView *message = [[UIAlertView alloc] initWithTitle:@"Title" message:@"Message"
delegate:nil cancelButtonTitle:@"OK" otherButtonTitles: nil];
我在Xcode的5
得到一個奇怪的錯誤任何人都遇到過這樣的錯誤? 我正在使用Cocoapods並在我的項目中包含少量庫。也許這跟它有關係?
在'otherButtonTitles:'之後刪除多餘的','。 – Rob
沒有違法。但我認爲仔細閱讀代碼,以找到額外的逗號稍快於發佈在這裏... –
夥計們感謝您的答案,但逗號不是這個問題的原因。缺少逗號是我的錯誤,但它與錯誤無關......(以及爲什麼它會突出顯示cancelButtonTitle,如果我錯過了otherButtonTitles之後的逗號?!)請參閱我的答案中的新圖片。 – Vahan