You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my project, we are not using cocoapods directly but using the individual frameworks we need. When I attempted to upgrade to v3.33.4 from v3.25.0 I'm getting a TuyaSmartSDKException: Domain config file not found! when I call TuyaSmartSDK.sharedInstance().start(...)
It's not clear to me what a domain config file is in this context. I have the correct keys and security images as well as the bundle id and it works on previous versions we've used. Any idea on what this error means?
The text was updated successfully, but these errors were encountered:
For my project, we are not using cocoapods directly but using the individual frameworks we need. When I attempted to upgrade to
v3.33.4
fromv3.25.0
I'm getting aTuyaSmartSDKException: Domain config file not found!
when I callTuyaSmartSDK.sharedInstance().start(...)
It's not clear to me what a domain config file is in this context. I have the correct keys and security images as well as the bundle id and it works on previous versions we've used. Any idea on what this error means?
The text was updated successfully, but these errors were encountered: