iOS-Framework icon indicating copy to clipboard operation
iOS-Framework copied to clipboard

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

Open smilingpoplar opened this issue 11 years ago • 1 comments

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

smilingpoplar avatar Dec 03 '13 19:12 smilingpoplar

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

adamkaplan avatar Mar 26 '14 21:03 adamkaplan