How to handle dev framework and release versions in iOS?

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?

+4
source share
1 answer

If this helps someone:

sdk dev sdk, , , (Product- > Scheme- > edit).

, build , , , ..

sdk build , .. .

, dev/debug sdk ipa ( ). , .

1

2

3

enter image description here

0

All Articles