Josiah
Josiah
@HJianBo faced same issue with CocoMQTT 2.1.6, I cloud send msg to mqttx client , but I always didn't receive any message,the didConnectAck method not response.
@MelnykovDenys @PrLion Firstly, you need to use openssl command ,in order to convert pem to der. 👇🏻 `openssl x509 -outform der -in certificate.pem -out certificate.der` And There is my sample...
@PrLion @matthew-ely I guessed the ‘ getClientCertFromByteArray ’ method only support ' two way certificate ' with P12 file ,so I ignored it. Otherwise,I want to connect mqtt broker by...
@MelnykovDenys thanks,you are right !I printed the mqtt5. sslSettings parameter, gave me nil value . Now, do you have any new breakthroughs?
Same issue for me on 2.1.6. how to fix it ?
@wangbo1185742894 目前项目使用swift pakage manager 包管理,但是贵司的sdk 不支持spm ,所以 暂时手动导入framework 的,没有使用pod
主要是现在集成QCloid 相关的 framework 后, xcode 简单的 view preview 操作都会报错,就是因为在M系列芯片上编译不通过导致,是否可以赶快解决下这个问题 @wangbo1185742894
> > @wangbo1185742894 目前项目使用swift pakage manager 包管理,但是贵司的sdk 不支持spm ,所以 暂时手动导入framework 的,没有使用pod > > 请问手动集成是怎么集成的,我手动集成SDK,各种undefined symbol @chenanghui 就把 framework 下载下来 引入工程,然后参考文档 该配置的选项加一下就可以了,你是用模拟器报错了吧,framework 不支持 M系列模拟器,你用真机试一试应该能跑起来,如果用模拟器,需要用rosetta 模式,具体可以自行搜一搜怎么切换rosetta 模式
I encountered the same issue. Please help.
Current JTAppleCalendar version is 8.0.5.