【发布时间】:2019-01-01 03:18:24
【问题描述】:
我正在使用 Siri Shortcuts 开发 iOS objc 应用程序。我让一切工作正常但是当我添加一个 Intents 扩展(处理后台支持)并尝试运行应用程序时出现错误。
Intent Extension的IntentHandler只有默认实现。
错误:
Exiting early, found no Swift version in executables.
error: unable to open dependencies file (/.../.../Library/Developer/Xcode/DerivedData/.../Build/Intermediates.noindex/App Name.build/Debug-iphoneos/ShortcutExtension.build/SwiftStdLibToolInputDependencies.dep)
在构建阶段:
扩展包含在目标依赖项中。
扩展包含在嵌入应用扩展中。
ps:清除 DerivedData、清理构建、清理项目和重新启动都不起作用。
我真的不知道如何解决这个问题。希望有人可以帮助我!
【问题讨论】:
标签: ios objective-c xcode sirishortcuts xcode-build-settings