当前位置:网站首页>Hbuilder 学习使用中的一些记录
Hbuilder 学习使用中的一些记录
2022-08-05 08:45:00 【今人不见古时月,今月曾经照古人】
hbuilder介绍及简单使用
百度百科:https://baike.baidu.com/item/HBuilder/9145003?fr=aladdin
HBuilder/HTML5+/5+SDK/MUI/App http://ask.dcloud.net.cn/docs/#//ask.dcloud.net.cn/article/80
dclould xcode运行测试及离线打包 http://ask.dcloud.net.cn/article/41
dclould androidStudio运行调试及离线打包http://ask.dcloud.net.cn/article/38
项目完成后,需要本地打包时,本来我之前是直接用iOS离线SDK的Demo替换app文件的,但是我们的项目中实际不会用到那么多组件,这样会导致打出的包比较大,顾可参考以下方法MUI iOS创建最精简离线打包工程(http://www.bcty365.com/content-146-5221-1.html),按操作执行完所有操作后,运行的时候会报错:
Undefined symbols for architecture x86_64:
"_kCGImagePropertyGIFUnclampedDelayTime", referenced from:
-[PTGIF initWithGIFData:] in liblibPDRCore.a(PDRToolSystemEx.o)
"_CGImageSourceGetCount", referenced from:
-[PTGIF initWithGIFData:] in liblibPDRCore.a(PDRToolSystemEx.o)
"_kCGImagePropertyGIFDelayTime", referenced from:
-[PTGIF initWithGIFData:] in liblibPDRCore.a(PDRToolSystemEx.o)
"_CGImageSourceCopyPropertiesAtIndex", referenced from:
-[PTGIF initWithGIFData:] in liblibPDRCore.a(PDRToolSystemEx.o)
"_CGImageSourceCreateImageAtIndex", referenced from:
-[PTGIF initWithGIFData:] in liblibPDRCore.a(PDRToolSystemEx.o)
"_CGImageSourceCreateWithData", referenced from:
-[PTGIF initWithGIFData:] in liblibPDRCore.a(PDRToolSystemEx.o)
"_kCGImagePropertyGIFDictionary", referenced from:
-[PTGIF initWithGIFData:] in liblibPDRCore.a(PDRToolSystemEx.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
在Build Phases 中的Link Binary With Libraries中添加imageIO这个库就可以了。
(要是还有什么问题可以留言哦,互相讨论学习~)
————————————————
转载于:https://blog.csdn.net/mulingyingzi/article/details/78144436
边栏推荐
猜你喜欢
工程制图直线投影练习
MySQL 数据库 报错 The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid)
DNS 查询原理详解
吴恩达深度学习deeplearning.ai——第一门课:神经网络与深度学习——第二节:神经网络基础(下)
嵌入式实操----基于RT1170 移植memtester做SDRAM测试(二十五)
接口全周期的生产力利器Apifox
画法几何及工程制图考试卷A卷
DTcloud 装饰器
pnpm 是凭什么对 npm 和 yarn 降维打击的
[Structure internal power practice] Structure memory alignment (1)
随机推荐
IT研发/开发流程规范效能的思考总结
撕裂寂寞
NC20164 :最大数MAXNUMBER [线段树]
让硬盘更快,让系统更稳定
DataFrame insert row and column at specified position
[Untitled] Long-term recruitment of hardware engineers-Shenzhen Baoan
[Repost] Marry a man must marry a man whose salary is at least 3571.4 yuan higher than yours
Luogu P3368: 【模板】树状数组 2
随时牵手 不要随意分手[转帖]
画法几何及工程制图考试卷A卷
Nn. Unfold and nn. The fold
动态内存开辟(C语言)
Thinking after writing a code with a very high CPU usage
Controller-----controller
微信小程序请求封装
DPU — 功能特性 — 网络系统的硬件卸载
嵌入式系统:基本定时器
MM上街前的折腾(有趣)
What is the connection and difference between software system testing and acceptance testing? Professional software testing solution recommendation
Three solutions to solve cross-domain in egg framework