MTOUCH: error MT0024: could not find the required file iPhoneSimulator9.0.sdk "/SDKSettings.plist

I updated my xamarin for IOS9 using xcode7. After updating, I have a lot of problems. Check the following error:

MTOUCH: Error MT0024: Could not find the required file "/Applications/Xcode7.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk" /SDKSettings.plist ". (MT0024)

Your help would be greatly appreciated.

+5
source share
1 answer

I had the same problem. In my case, I followed the steps below and it worked for me.

1) Remove the spacing between the Xcode Name. In my case, it was Xcode 7, which was renamed to Xcode7.

2) add the argument mtouch -v -v -v -v.

Clean and build the solution.

+6
source

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


All Articles