iOS 10.1 模拟器显示 "Application May Slow Down Your iPhone"

标签 ios xamarin xamarin.ios ios-simulator

在 iOS 10.1 模拟器上首次从 Xamarin Studio 运行应用程序时,我收到以下消息:

app name May Slow Down Your iPhone

The developer of this app needs to update it to improve its compatibility.

enter image description here

应用程序运行正常,第二次运行时没有出现该消息。我怎样才能摆脱这条消息?

最佳答案

事实证明,该应用程序仅针对 i386 架构构建,而不是针对较新的 x86_64 架构构建。在build设置中更改此设置后(更改为“i386 & x86_64”,虽然我想“x86_64”也会有所帮助)它不再发生了。

enter image description here

关于iOS 10.1 模拟器显示 "Application May Slow Down Your iPhone",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40356855/

相关文章:

Xamarin 窗体 TreeView

android - 在不重新创建 Activity 的情况下在替代布局之间切换

c# - UIButtons 在设计时与运行时创建时在 UIImageView 上的显示不同

ios - 如何在 UITableViewCell 中获得正确的框架并且只初始化一次?

ios - 在 Swift 中从另一个 ViewController 访问变量

iOS 7.0.3 - 在 iPad 3 上表现糟糕,而在模拟器中表现出色

c# - Xamarin.IOS MonoTouch.Dialog ExpandableDatePickerElement 无法正常工作

ios - 我如何 NSLog 一个 NSDate?

objective-c - 在 Cocoa 中将一个 NSView 替换为另一个 NSView

Azure 应用服务错误 405 - 请求无法完成。 (不允许的方法)