I am building and distributing an iOS Framework library for consumption by other developers.
Recently I ran into a bug (feature?) of the Apple Store whereby if an i
Best practice way for
You need to build separately for device and simulator. It's very basic way to debug and release.
Yes . This is easy and best way. Release without simulator is basic way for sell and cannot debug it while develop.
Professional level can extract merged simulator build / architecture from the framework using script. But it could be additional task.