MontanaFlossCo / Flint

The Flint framework for building apps on Apple platforms using Feature Driven Development
https://flint.tools
MIT License
629 stars 22 forks source link

More compile issues with UIKitForMac builds #321

Closed marcpalmer closed 5 years ago

marcpalmer commented 5 years ago

Hopefully this will fix:

/Carthage/Checkouts/Flint/FlintCore/Siri Intents and Shortcuts/IntentShortcutDonationFeature.swift:36:40: error: use of unresolved identifier 'DonateShortcutIntentAction'
    static var donateShortcut = action(DonateShortcutIntentAction.self)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Carthage/Checkouts/Flint/FlintCore/Siri Intents and Shortcuts/IntentShortcutDonationFeature.swift:46:61: error: use of unresolved identifier 'SiriShortcutDonatingActionDispatchObserver'
                ActionSession.main.dispatcher.add(observer: SiriShortcutDonatingActionDispatchObserver())
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~