问题标签 [xcode9-beta]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
1744 浏览

ios - 无法验证位码​​(无法识别的参数:-disable-llvm-passes)

显然,TestFlight 现在接受 Xcode 9 构建,所以我尝试上传我的应用程序的新版本,供 iOS 11 beta 用户测试。

该应用程序已正确上传,但随后我收到一封电子邮件,内容如下:

在处理您的 iOS 应用程序时 [...] 应用程序精简过程中发生错误,您的应用程序无法被精简。[...] 有关可能有助于解决此问题的信息,请参阅技术说明 2432

我检查了链接,它说要导出应用程序以进行临时部署以重现错误。所以我这样做了,这就是我得到的:

无法验证 Frameworks/libswiftCore.dylib 中的位码:

错误:位码 02 的 Clang 选项验证失败(无法识别的参数:-disable-llvm-passes)

在我的应用程序使用的每个框架的日志中,该错误再次出现。例如:

许多默认库也是如此,例如libswiftFoundation.dyliblibswiftUIKit.dylib

那我现在该怎么办?

PS:我不想禁用位码。


编辑:我还尝试使用 Xcode 9 存档并使用 Xcode 8 导出。我得到了同样的错误。

0 投票
3 回答
3574 浏览

xcode - Xcode 9 Beta 3 - iOS11 模拟器在哪里?

我刚刚安装了 XCode 9 beta 3。

但我在 Pref, Components 下没有看到 iOS 11 版本。

如何设置 iOS 模拟器?

0 投票
0 回答
227 浏览

ios - iOS 11 拖放:自定义拖动计数徽章

我正在尝试自定义预览图像右上角的拖放计数徽章。它目前可以显示蓝色数字、绿色+数字和灰色圆圈删除指示器。我正在尝试访问此徽章 - 我查看了 UIDragItemUIDragPreviewUIDragPreviewParamatersdocs,但我没有任何运气弄明白。即使我无法配置徽章本身,至少隐藏它并创建我自己的徽章也会很棒。如果有人可以提供帮助,那将不胜感激!

在此处输入图像描述

0 投票
1 回答
129 浏览

ios - 将 .mmmodel 文件添加到我的 xcode9 项目的最佳方法是什么?

在我的应用程序中,我想添加一个机器学习模型,例如 Inceptionv3。

如何将 Inceptionv3.mmmodel 添加到我的项目中?

0 投票
1 回答
1181 浏览

ios - Apple 的 MusicKit SDK 遇到问题

我正在尝试使用 Xcode 9.0 beta 中的新 MusicKit 创建一个应用程序。我已经下载了 Apple 提供的示例应用程序并替换了代码中的所有值,例如店面和开发人员令牌。我已经创建了我的开发者令牌,并且我知道它可以工作,因为我已经使用 Apple Music API 对其进行了测试,并且我得到了积极的结果。但是,当我运行示例应用程序时,似乎在 requestUserToken() 函数中出现错误。确切的错误是An error occurred when requesting user token: The operation couldn’t be completed. (SKErrorDomain error 1.)

如果有人在 Apple MusicKit SDK 中成功获取了用户令牌,请告诉我。

0 投票
12 回答
12135 浏览

ios - 无法在模拟器 Xcode 9 beta 中安装应用程序

我最近下载了 Xcode 9 beta,当我尝试在模拟器中运行我的应用程序时,它没有被安装。每次尝试运行该应用程序时,我都会在 Xcode 中收到此错误。

无法安装此应用。

在此处输入图像描述

用于在 Xcode 8.3.3 中工作的应用程序

0 投票
1 回答
2632 浏览

swift - 在不使用 cocoapods 或其他外部 API 的情况下读取条形码图像

我正在尝试使用新的 Apple Vision API 从图像中检测条形码并返回其详细信息。我已成功检测到 QR 码并使用CIDetector. 但是,我无法使这项工作适用于一维条码。下面是一个示例结果:

如何将图像转换为AVMetadataObject然后从那里读取?还是有更好的方法?

0 投票
1 回答
356 浏览

xcode9-beta - How do you create a new document using UIDocumentBrowserViewController in Xcode 9 beta 2?

I am having problems with UIDocumentBrowserViewController Bug in Xcode 9 Beta 2, was working with beta 1.

The symptom is that you can't create a new document, on most pages the + icon is missing or greyed out. On the browse page it is present and not greyed out, but doesn't work.

EG If you start a new Documents project and modify the function below to include the print statement given:

Then the print statement isn't printed when + on browse page is tapped. Testing on iPad Pro 12" (original) with latest iOS 11 beta.

Is this a bug? Am I doing something wrong?

Thanks for any help,

-- Howard.

0 投票
1 回答
317 浏览

xcode - StoryBoard 失败 - 从 xcode 8.3.3 到 xcode9 beta2

将我的项目从 8.3.3 移动到 9.0 beta2 后,故事板无法工作,它只显示原始的轮廓,我无法编译它,显示以下错误。
有谁知道为什么?

Storyborad 只显示大纲

错误信息

0 投票
3 回答
8400 浏览

autolayout - 自 ios 11.0 起不推荐使用底部布局

我可以做些什么来修复底部布局已弃用的 iOS 11,我使用的是 Xcode 9 beta 2。

在此处输入图像描述