- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
当我在我的真实设备上通过 Xcode 构建和运行我的应用程序时,我收到一个弹出窗口:
AppName May Slow Down Your iPhone
The developer of this app needs to update it to improve its compatibility.
我没有看到任何内存问题,而且我的应用程序崩溃也从未遇到过任何问题。
那么是什么导致了这个可怕的信息?
最佳答案
这不是内存或崩溃问题 - 这是 Apple 要求开发人员更新他们的 apps with only 32-bit support with 64-bit support .
您必须使用现有应用构建 64 位二进制文件。为此:
Start by building the app for the 64-bit runtime, fixing any warnings that occur as well as searching your code for specific 64-bit issues. For example:
- Make sure all function calls have a proper prototype.
- Avoid truncating 64-bit values by accidentally assigning them to a 32-bit data type.
- Ensure that calculations are performed correctly in the 64-bit version of your app.
- Create data structures whose layouts are identical in the 32-bit and 64-bit versions of your app (such as when you write a data file to iCloud).
关于iOS 10.1.1 弹出窗口说 "Application May Slow Down Your iPhone",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40597208/
我想匹配一个可能是 0.1234567 或 1.23e-5 形式的 float 这是我的 Python 代码: import re def main(): m2 = re.findall(r'
我的申请可能有问题。有一个运行多个线程的客户端可能会通过 Java RMI 对服务器执行相当耗时的调用。当然,来自一个客户的耗时调用不应该阻止其他人。 我测试了它,它可以在我的机器上运行。所以我在客户
我已经安装了 GitHub Desktop 作为本地上传项目工具,我上传了一个项目“F:/test”,在我的 GitHub 主页上可以显示成功,然后我删除了这个仓库。 但我将这个项目重新发布到 Git
在 Ubuntu 中将 android studio 更新到 1.1.0 后总是显示此错误。我的 logcat 是: org.gradle.launcher.daemon.client.DaemonD
我用 javascript 写了一个页面,有 1000 多行代码,所以页面很重。当我在 firefox 上运行页面时,它告诉我: A script on this page may be busy,
在脚本中 difference() { polyhedron( points=[[0,0,0], [2,0,0], [2,1,0
在脚本中 difference() { polyhedron( points=[[0,0,0], [2,0,0], [2,1,0
我正在获取不属于自己的代币的 ERC721 转移。有什么帮助吗? 未处理的拒绝(错误):无法估计气体;交易可能会失败或可能需要手动 gas 限制(error={"code":-32603,"messa
我正在尝试在 Docker 容器上构建 android,我每次都会遇到此错误 ./gradlew assembleDebug :saltside-android:transformClassesWit
我的 android studio 开始卡住,所以我使用任务管理器终止了任务,当我重新打开 android studio 时,我收到了这个错误: Error:Failed to complete Gr
我正在运行一个 MEAN Stack 站点,特别是我的前端使用 Angular。我最近更新了我的 package.json 文件以将 @angular/compiler-cli 从“^7.1.4”更新
我有一个创建字符串的方法和另一个更改字符串的方法 void create(){ String s; edit(s); System.out.println(s); } void
我正在为此抓狂。当我尝试从管理页面添加“产品”时,收到 IntegrityError:main_product.img 可能不为 NULL。 模型.py class Product(models.Mo
'Treatment' 可能不会响应下面代码中的 '+findAllTreatments' 警告显示 _rootViewController.treatments = [Treatment findA
描述: 我有一个关联数组,用于存储特定月份和年份的文章计数。它看起来像这样: [ 'april 2017' => 5, 'may 2017' => 5, 'december 2014' => 5, '
Windows 10 May 2021 功能更新终于正式发布,目前正在分阶段部署推出。微软和业界人士人为,本次新功能更新的推出可能要持续数周甚至数月时间,而且部分设备可能会因为兼容性问题无法获得升级
如何消除这些警告 “警告:‘UIButton’可能不会响应‘-setPosition:’ 和 “警告:‘UIButton’可能不会响应‘-addAnimation:forKey’ 我在这里找到它们:
我正在尝试为从rss feed中解析xml创建新线程。当我单击运行时,它说有错误,请更正等。我的项目中有2个类(class)。另一个类没有错误,并且下面的此类仅警告说try/catch语句中的许多内容
考虑以下代码片段: sealed abstract class Bar object B1 extends Bar object B2 extends Bar object B3 extends Ba
我的应用有时会抛出奇怪的日志,例如: :通知名称“com.apple.iapd.notify.extendedMode”已被注册 40 次 - 这可能是泄漏:通知名称“com.apple.iapd.n
我是一名优秀的程序员,十分优秀!