I\'m working on a project which shall contain two targets. One for building a Framework to use in Mac development and another to create a static library to use in iPhone dev
Can't you use the PIMPL idiom? And/or have a common header for both but use different implementation file based on the target architecture or SDK?