Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目内部有一个.xcodeproj。我有一个类,我想从其中的一个类继承.xcodeproj。
.xcodeproj
我怎样才能做到这一点?
我刚刚想通了。当我将 .xcodeproj 添加到构建设置中的标题搜索路径时,我添加的路径是错误的。当我有 $(SRCROOT)/Frameworks/myProject 时,我将其更改为 $(SRCROOT)/myProject