2

i recently received my Macbook and wanted to start developing iOS apps with it. I Created a default Master-Detail App using the Templates in Xamarin.Studio and everything worked. Now today i wanted to actually do something in the app, but didn't change a single line of code, still the app doesn't show up anymore in the simulator as long as i want it to use the 6.1 sdk for ios. if i use any other (6.0 etc) it works fine.

I already tried clearing my Cache in /Users/MYNAME/Library/Xamarin/ but this didn't change anything.

What would you suggest me to do now? can i simply reinstall the 6.1 sdk?if so, how would i do this?

Thanks for your help

4

5 回答 5

1

当我尝试在模拟器中调试(仅显示旋转的球)时,我遇到了类似的问题,环境挂起。我发现只有当我将手机连接到计算机时才会发生这种情况。在您的情况下可能无效,但它可能是您解决问题的线索。

我正在使用最新版本的一切。:)

于 2013-07-09T10:57:57.953 回答
0

您需要在项目设置中填写应用程序名称、标识符、版本号。我有同样的问题并以这种方式解决了。

于 2013-09-05T02:48:33.647 回答
0

删除此文件夹:

/Users/[username]/Library/Application Support/iPhone Simulator/6.1

如果您的 Library 文件夹被隐藏:

sudo chflags nohidden ~/Library/

于 2013-04-13T03:58:19.610 回答
0

在 Xamarin Studio(或 MonoDevelop)中:

Project->Your.Application.Name Options

Build-> iOS BuildiPhone Build在 MonoDevelop 中)

SDK version: -> 6.1(它可能还在 6.0 上)

这为我修好了。此外,确保目标内置info.plist设置为6.1.

于 2013-03-21T22:51:52.470 回答
0

我已经多次遇到这个问题,我之前的回答并没有解决它。你知道什么吗?重新启动计算机。每次都有效。 耸耸肩

于 2013-03-25T15:14:30.750 回答