XCode 4 Adding a Sub Project

后端 未结 3 502
予麋鹿
予麋鹿 2020-12-24 05:34

I am looking at somebody else\'s project and they have another project embedded under \'Other Sources\'. When I click on the project it shows me the build settings etc, and

相关标签:
3条回答
  • 2020-12-24 05:51

    Just be sure that your added project is not open in another Xcode window.

    BTW this is still valid with Xcode 7.2 beta.

    0 讨论(0)
  • 2020-12-24 05:52

    When you drag the new project to the source list in Xcode, make sure you drop it on top of the project header (the thing that you click to get to the build settings and targets).

    0 讨论(0)
  • 2020-12-24 05:55

    Sorry to revamp the old question, but I just got the absolute answer for this problem.... maybe this can help the other....

    To add Sub-Project to current project, It just simply drag the .xcodeproj from finder to xcode, place it in your project...

    BUT... there is something must be done before doing this.... JUST OPEN ONE XCODE INSTANCE.... So, close the other instance when dragging .xcodeproj to xcode....

    If you drag it while opening few xcode instance (opening few project at once), the .xcodeproj that you dragged can't be expanded and not just what you want...

    hope this can help the other....

    Regards

    0 讨论(0)
提交回复
热议问题