I\'ve created a Swift framework project for util/extensions that compiles and copies a .framework file to a dedicated location on my system. I want to be able t
Make sure you have i386 and x86_64 listed in your Architectures in Build settings for your lib. Also set Build Active Architecture Only explicitly to No.