1

How do I add a cocoa touch static library as a subproject to an application project in Xcode 4 (4.5 in this case)?

I have seen lots of screenshots that show a full project nested inside another project. However, whenever I follow the tutorials I just get a single .xcodeproj file inside my project, not a whole project (with it's own project and target etc).

single file, not a subproject

I've tried to create a workspace too - but still no luck. What am I doing wrong? I've seen many questions on SO that seem to be similar but nothing that has helped me resolve this.

4

2 に答える 2

2

Finder からドラッグしようとしましたが、アプリでは機能するように見えましたが、ライブラリでは機能しないようでした。@Eikoは別の回答へのコメントでそれを得ました...それは、プロジェクトが当時他の場所で開かれていたためです。[ファイル] > [プロジェクトを閉じる] (xcode の元のライブラリ プロジェクト) に移動し、Finder からドラッグすると機能します。

于 2012-09-30T17:18:53.530 に答える
0

ファインダーから xcode のサイドバーにドラッグします。今このようにすると、うまくいきました。

@Eikoが指摘しているように、プロジェクトは一度しか開くことができないため、最初に他の場所で開いている場合はプロジェクトを閉じます... ファインダーからドラッグ

于 2012-09-30T17:04:54.330 に答える