Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Use of undeclared type: Cannot compile project on Xcode 10 Swift 3 #13

Open
evgeniynet opened this issue Apr 18, 2019 · 1 comment
Open

Comments

@evgeniynet
Copy link

Plugins/cordova-plugin-siri-shortcuts/UserActivityDelegate.swift:1:11: Use of undeclared type 'MainViewController'

Plugins/cordova-plugin-siri-shortcuts/SiriShortcuts.swift:98:61: Use of undeclared type 'AppDelegate'

@ThorvaldAagaard
Copy link

adding
#import "SiriShortcuts-Bridging-Header.h"
in Bridging-Header.h solved the problem for me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants