In my project, I use a framework containing a simulator, dev and a release version. How can I check sdk release? What is the data I have to check?
As far as I know, I can change the schema and create the release assembly. I want to know if it will automatically choose sdk release or not?
Or do I need to create an archive and install it as an ipa file? If I can install the application through xcode, should I remove the cable and run the application manually?
source
share