jverkoey/iOS-Framework

`Undefined symbols for architecture i386` when using the `Framework` built with scheme `iOS device`

Opened this issue · 1 comments

@jverkoey If I build the Aggregate Target Framework with simulator, then it's ok to use the .framework. Werid bug.

You need to turn off "Build Active Architecture Only" because i386 is only an active architecture for the simulator target.