The builds produce a working app that runs on an iPad and that successfully passes the Validate archive... with no errors. But it is not accepted by Apple because of an ERROR ITMS-90035, Invalid signature... for each of the .so.o files.
One clue may be that the first thing Submit to App Store... does is Preparing signing for assets for <myapp> and displays a list <myapp>.app followed by all the .so.o binaries. The <myapp>.app displays a Provisioning Profile of <my ios distribution certificate> but all the .so.o files have None as their Provisioning Profiles.
Has someone pushed up an iOS app to the store recently? What options or steps did you take?
Thanks.