Im working on a iOS objc app with Siri Shortcuts. I got everything working properly but when I add an Intents Extension (to handle background support) and try to run the app I get an error.
The IntentHandler of the Intent Extension only has the default implementation.
The error:
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)
In Build Phased:
Extension is included in Target Dependencies.
Extension is included in Embed App Extension.
ps: Clearing the DerivedData, clean build, clean project and restarts does not work.
I really don't know how to solve this problem. Hope someone can help me out!