0

I have two xcode projects one is a Gstreamer project( using Gstreamer single view templet) and other is a single view ios application. Now I want to integrate them into a single project. How can I do that.

Few things that I have tried: 1. I created a new project and copied the .xcodeproj files of both projects but I did not know what to do with the main.m file and storyboard file(I have one storyboards in gstreamer project and one in the other). 2.I tried copying the the UI project into Gstreamer project. 3.Tried copying gstreamer into UI project.

Should I create a Gstreamer project and the UI project into it or vice-versa or should I create a normal project and add both the projects into it. I am really confused.

Please suggest the right way of doing this.

nikhil
  • 65
  • 2
  • 9

2 Answers2

0

This makes a lot of sense when you are trying to integrate two project into one. There are a couple steps required for doing this.you can refer following link to do this. Xcode 4.2 how include one project into another one?

Community
  • 1
  • 1
0

simple drag .xcodeproj files to xcode navigator area -> your folder. something like this.

enter image description here

Reming Hsu
  • 2,215
  • 15
  • 18