iOS framework with dependencies
问题 I have created two iOS .frameworks they both compile perfectly my structure is as follows: iPadProject - framework1 - framework2 So Framework2 is included in framework1 and framework1 is included in the actual iPad Project So my problem is, if I add both framework1 and framework2 into my iPadProject it won't compile because its whining about duplicate symbols from framework2 ( that's logical because it was already included in framework1) But if i only include framework1 into my iPadProject