`Undefined symbols for architecture i386` when using the `Framework` built with scheme `iOS device`
Opened this issue · 1 comments
smilingpoplar commented
@jverkoey If I build the Aggregate Target Framework
with simulator, then it's ok to use the .framework. Werid bug.
adamkaplan commented
You need to turn off "Build Active Architecture Only" because i386 is only an active architecture for the simulator target.