I'm writing app that supports right-to-left languages. To test the app in simulator I set up "Right to Left Pseudolanguage" in Schema Configuration in xCode:
When run the app from xCode everything goes as expected and system draw ui elemnts in right-to-left manner. The problem is when I try run app from AppCode, because it seems to ignore this settings and app looks like as common.
After every change in AppCode I have to switch to xCode to run simulator. It's annoying. Can somebody help me?