ChallyCai / doubango

Automatically exported from code.google.com/p/doubango
0 stars 1 forks source link

How to create a Doubango Framework for Xcode? #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How to create a Doubango Framework for Xcode?

What steps will reproduce the problem?

I'm interested in developing a Softphone for iPad to connect to the Elastix 
platform. So, I want to include your libraries ios-ngn-stack in a pre-existing 
project for iPad but I can't because there are a lot of compilation and linking 
issues.

What is the expected output? What do you see instead?

I want you to provide me a shell script or a Xcode project that automatically 
generates a Framework to directly include it in my Xcode project. For example: 
iOSNgnStack.framework 

What version of the product are you using? On what operating system?

Doubango and ios-ngn-stack for Xcode and iPad (Mac).

Please provide any additional information below.

I want your project to become a Xcode framework like CoreGraphics.framework, 
AudioUnit.framework, CoreAudio.framework, etc. Is that possible? Could you 
please help me? ;o)

Original issue reported on code.google.com by jck...@gmail.com on 29 Jul 2011 at 10:41

GoogleCodeExporter commented 9 years ago
I asked this question awhile ago on the Mailing List.
At the moment the best approach is to include iDoubs's ios-ngn-stack and 
doubango as a subproject in your xcode build.

Original comment by mattvanv...@gmail.com on 16 Aug 2011 at 10:03

GoogleCodeExporter commented 9 years ago
I already solved the problem with a different approach: I created a new iPad 
project inside the project "ios-ngn-stack" instead. I will write the complete 
steps of my solution as soon as I have some time. It wasn't so easy to deduce 
the solution.

Original comment by jck...@gmail.com on 19 Aug 2011 at 3:47

GoogleCodeExporter commented 9 years ago
iOS doesn't support user-defined frameworks.

Original comment by boss...@yahoo.fr on 31 Aug 2011 at 7:40

GoogleCodeExporter commented 9 years ago
Really? I don't think so.

Original comment by jck...@gmail.com on 31 Aug 2011 at 4:15

GoogleCodeExporter commented 9 years ago
It's not xcode native.
http://www.cocoanetics.com/2010/04/making-your-own-iphone-frameworks/

Original comment by boss...@yahoo.fr on 31 Aug 2011 at 5:36