I'm try to discover a matter gateway the auto magic method. I have this working on android. I've followed the instructions in the documentation for matter pairing in the iOS section.
I have added the pods to my pod file
pod "ThingSmartCryption", :path =>'./'
pod 'ThingSmartHomeKit', '~> 5.1.0'
pod "ThingSmartMatterExtensionKit"
and done pod update, pod install, numerous times.
I can import all the modules from ThingSmartHomeKit, but it won't import ThingSmartMatterExtensionKits
import ThingSmartMatterExtensionKits <== No such module 'ThingSmartMatterExtensionKits'
import ThingSmartHomeKit
import ThingSmartBLEKit
import ThingSmartActivatorKit
Which means I can't use the
ThingSmartMatterDiscoveryActivator.sharedInstance().startDiscovery()
to start discovery.
ThingSmartMatterExtensionKit has installed fine, it installed v0.1.1. I see it in the Pods folder along with all the others. It contains the Frameworks and Supporting Files folders which has the framework and platform files.
How do I fix ' No such module 'ThingSmartMatterExtensionKits'