问题标签 [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.
ios - 无法验证位码(无法识别的参数:-disable-llvm-passes)
显然,TestFlight 现在接受 Xcode 9 构建,所以我尝试上传我的应用程序的新版本,供 iOS 11 beta 用户测试。
该应用程序已正确上传,但随后我收到一封电子邮件,内容如下:
在处理您的 iOS 应用程序时 [...] 应用程序精简过程中发生错误,您的应用程序无法被精简。[...] 有关可能有助于解决此问题的信息,请参阅技术说明 2432。
我检查了链接,它说要导出应用程序以进行临时部署以重现错误。所以我这样做了,这就是我得到的:
无法验证 Frameworks/libswiftCore.dylib 中的位码:
错误:位码 02 的 Clang 选项验证失败(无法识别的参数:-disable-llvm-passes)
在我的应用程序使用的每个框架的日志中,该错误再次出现。例如:
许多默认库也是如此,例如libswiftFoundation.dylib
等libswiftUIKit.dylib
。
那我现在该怎么办?
PS:我不想禁用位码。
编辑:我还尝试使用 Xcode 9 存档并使用 Xcode 8 导出。我得到了同样的错误。
xcode - Xcode 9 Beta 3 - iOS11 模拟器在哪里?
我刚刚安装了 XCode 9 beta 3。
但我在 Pref, Components 下没有看到 iOS 11 版本。
如何设置 iOS 模拟器?
ios - 将 .mmmodel 文件添加到我的 xcode9 项目的最佳方法是什么?
在我的应用程序中,我想添加一个机器学习模型,例如 Inceptionv3。
如何将 Inceptionv3.mmmodel 添加到我的项目中?
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 中成功获取了用户令牌,请告诉我。
swift - 在不使用 cocoapods 或其他外部 API 的情况下读取条形码图像
我正在尝试使用新的 Apple Vision API 从图像中检测条形码并返回其详细信息。我已成功检测到 QR 码并使用CIDetector
. 但是,我无法使这项工作适用于一维条码。下面是一个示例结果:
如何将图像转换为AVMetadataObject
然后从那里读取?还是有更好的方法?
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.
xcode - StoryBoard 失败 - 从 xcode 8.3.3 到 xcode9 beta2
将我的项目从 8.3.3 移动到 9.0 beta2 后,故事板无法工作,它只显示原始的轮廓,我无法编译它,显示以下错误。
有谁知道为什么?