Choose build configuration for referenced subproject

Posted by Jaka Jancar on Stack Overflow See other posts from Stack Overflow or by Jaka Jancar
Published on 2010-06-15T11:26:23Z Indexed on 2010/06/15 11:32 UTC
Read the original article Hit count: 292

Filed under:
|
|
|
|

I have an iPhone project which references a framework as a subproject.

The framework has the following configurations:

  • Debug
  • Release

My app has the following configurations:

  • Debug
  • Release
  • Distribution-AdHoc
  • Distribution-AppStore

I would like the framework to be built with different configurations, depending on the app configuration:

  • Debug -> Debug
  • Release -> Release
  • Distribution-AdHoc -> Release
  • Distribution-AppStore -> Release

How can I achieve this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c