MonoTouch 5.0: Get MonoDevelop to Use IOS 5 SDK / Simulator

I upgraded to Lion, MonoDevelop 2.8 and MonoTouch 5.0 and the Apple IOS 5 SDK. All are smooth.

I installed the iOS 5 SDK in a folder other than the default folder.

How to get MonoTouch to use the new simulator? In the Project / iPhone Simulator Target menu, only 4.3 and below are displayed. However, I can set the target of the project OS in properties 5.0

Perhaps MonoTouch needs to be informed where is 5.0?

How?

+6
source share
1 answer

Are you telling MonoDevelop where to look?

  • Use the MonoDevelop menu;
  • Select Settings ... * ,
  • In the Others section, select SDK Location in the left tree view;
  • Choose manuall iOS5 SDK location

i.e. the one that is by default is most likely the iOS 4.3 SDK

UPDATE! . 5. Restart MonoDevelop.

+6
source

Source: https://habr.com/ru/post/899255/


All Articles