iPhone SDK does not support linking against dynamic framework bundles
| Originator: | tristan | ||
| Number: | rdar://7284171 | Date Originated: | 07-Oct-2009 12:06 PM |
| Status: | Open | Resolved: | |
| Product: | iPhone SDK | Product Version: | 3.1 |
| Classification: | Feature | Reproducible: | Always |
When building Mac OS X binaries, it is possible to build and link against dynamic framework bundles rather than only static libraries. Linking with static libraries can present a lot of issues when you need to share code between various parts and keep them all separated. Scenario where this would be useful: - Framework 1 depends on symbols in Framework 2 - App Project depends on symbols in Framework 1 and Framework 2 As it is right now, separating out code into this structure would be more difficult since Framework 1 can't compile and link in the symbols it needs in Framework 2 because App project is also pulling in symbols from Framework 2, resulting in duplicate symbols at link time.
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!