Xcode6 beta6 までは出ていなかったエラーが
beta7 では発生するようになった
func tableView(tableView: UITableView!, cellForRowAtIndexPath indexPath: NSIndexPath!) -> UITableViewCell! {
↓
func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
上記のように3箇所の ! を外したら
このビルドエラーは解消された
0 件のコメント:
コメントを投稿