We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.5.0
3.4.2
iOS SDK
iphone 8
ios16
{ "errMsg": "error *errors.withStack not implement CodeError: ApiPost http.Client.Do failed Post "https://test.abc.com:30002/user/get_users_info\": dial tcp: lookup test.abc.com on [::1]:53: read udp [::1]:65132->[::1]:53: read: connection refused: 10000 NetworkError", "errCode": 10005, "data": "" } 1./openim-sdk-core/# make ios 2.use framework 3.iphone 8 get error 4.how to fix it?
No response
The text was updated successfully, but these errors were encountered:
Try to link libresolv.tbd to you xcode project.
libresolv.tbd
In my case, I use go1.20 to build SDK, but build iOS APP failed, until I link with that library.
God bless you, budy.
Thanks reply from @bcmills: here
Sorry, something went wrong.
No branches or pull requests
OpenIM SDK Version
3.5.0
OpenIM Server Version
3.4.2
SDK Platform
iOS SDK
Device Model
iphone 8
Operating System Version
ios16
Bug Description and Steps to Reproduce
{
"errMsg": "error *errors.withStack not implement CodeError: ApiPost http.Client.Do failed Post "https://test.abc.com:30002/user/get_users_info\": dial tcp: lookup test.abc.com on [::1]:53: read udp [::1]:65132->[::1]:53: read: connection refused: 10000 NetworkError",
"errCode": 10005,
"data": ""
}
1./openim-sdk-core/# make ios
2.use framework
3.iphone 8 get error
4.how to fix it?
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: