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 に変更しました