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 when i access a method from framework1 that in his turn access a method from framework2 it crashes the application with "signal SIGABRT"
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…