-
I get the following warning when doing a Testflight upload via Xcode:
> Upload Symbols Failed The archive did not include a dSYM for the Linkkit.framework with the UUIDs [45835304-899A-3E36-B2D1-A07A…
-
下载版本为V2.3.0
操作流程是https://help.aliyun.com/document_detail/97564.html?spm=a2c4g.11186623.6.562.5e9f7f6389K4pQ
操作到make生成 libiot_sdk.so 时报错:
```
[ 85%] Linking C executable ../out/linkkit-example-…
3shao updated
5 years ago
-
It would be great to have a the LinkKit compiled for watchOS
-
Need to integrate ableton link into app.
Info:
- [x] Need to apply for api use: link-devs@ableton.com
+ https://github.com/Ableton/LinkKit
- [ ] Download code
+ https://github.com/Ableton/Lin…
-
Mac下编译出的 `libiot_sdk.a` 在ESP8266的项目上链接报错:
```bash
make reconfig # select 1 (config.esp8266.aos)
make
xtensa-lx106-elf-nm output/release/lib/libiot_sdk.a
```
Output:
> utils_base64.o:
> xt…
-
Are there any plans for adding cocoapods or Swift Package Manager support? It would help to maintain up-to-date versioning.
For SPM, I believe you can point to xcframeworks to include. So it doesn'…
-
阿里云文档中提到的linkkit库是否已经废弃?跟这个库是什么关系?
-
## 1. 开发环境
- 模组或开发板:
- esp-aliyun 版本 :v3.3(bb376c5)
- ESP-IDF 版本:v4.0(fe67bedee)
## 2. 问题描述
连接阿里云超过一定时间(大约24小时以上)设备掉线,无法连接阿里云;此时设备在路由器上能够正常获取到IP
### 2.1 复现步骤
### 2.2 复现问题的代码
stat…
-
試著在mqtt_example.c下的int linkkit_main(void *paras)
將第一行IOT_SetLogLevel(IOT_LOG_DEBUG); 改成IOT_SetLogLevel(IOT_LOG_NONE);
會segmentation fault
-
linkkit_gateway工程下动态注册子设备,注册失败,子设备无法连接到阿里生活平台,14号前还可以。