0
/Applications/Xcode2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:164:1:
Unexpected '@' in program

Showing error message could not build module 'UIKit'.

If someone knows please help me.

cyberlobe
  • 1,783
  • 1
  • 18
  • 30

1 Answers1

0

You can jump to the UITableView.h and see if the @ is added by mistake (most likely)

Quick jump to the file pressing by CMD+Shift+O and select UITableView.h

OR Clean build folder by Command+Option+Shift+K as per link here: XCode 4 "Clean" vs. "Clean Build Folder"

Community
  • 1
  • 1
Ikmal Ezzani
  • 1,283
  • 8
  • 13