I found out that some apps had been rejected because they had the simulator slice in a dynamic framework, but I then noticed that some dynamic frameworks like Parse have the simulator slice and there are apps using it in the app store.
We make a framework that we provide to our customer to embed in their apps and we want to know if we can make it a dynamic framework instead of a framework with a static library in it that we build the framework symlinks after the build using a shell script. We would like to distribute our framework as a dynamic framework.
We need to know if we have to provide our clients with two frameworks, one with the simulator slice in it, for debugging and another one without it, for release, so our clients can submit their apps for approval.