简体   繁体   English

可以在ios设备中运行,但不能在ios模拟器中运行吗?

[英]Can run in ios device but not in ios simulator?

/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' . 显示错误消息could not build module 'UIKit'

If someone knows please help me. 如果有人知道,请帮助我。

You can jump to the UITableView.h and see if the @ is added by mistake (most likely) 您可以跳转到UITableView.h并查看是否错误添加了@ (很可能是)

Quick jump to the file pressing by CMD + Shift + O and select UITableView.h 通过CMD + Shift + O快速跳转到文件,然后选择UITableView.h

OR Clean build folder by Command + Option + Shift + K as per link here: XCode 4 "Clean" vs. "Clean Build Folder" 通过Command + Option + Shift + K按此处的链接清理构建文件夹XCode 4“清理”与“清理生成文件夹”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM