当前位置:网站首页>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
边栏推荐
- Code Audit - PHP
- Rotation of the displayed value on the button
- 树状数组模版+例题
- ts/js 函数传参带函数写法
- Redis implements distributed lock-principle-detailed explanation of the problem
- php fails to write data to mysql
- 8.4 Summary of the mock competition
- tear apart loneliness
- ps怎么拼图,自学ps软件photoshop2022,PS制作拼图效果
- Long-term recruitment embedded development-Shenzhen Baoan
猜你喜欢
随机推荐
SQL SERVER on master-slave table trigger design
JS syntax usage
工程制图直线投影练习
The Secrets of the Six-Year Team Leader | The Eight Most Important Soft Skills of Programmers
行走社会100绝招
How to replace colors in ps, self-study ps software photoshop2022, replace one color of a picture in ps with another color
画法几何及工程制图考试卷A卷
Linux导出数据库数据到硬盘
php fails to write data to mysql
DPU — 功能特性 — 存储系统的硬件卸载
[NOIP2010 提高组] 机器翻译
【无标题】目录
Thinking after writing a code with a very high CPU usage
Insights in programming
浅谈自动采集程序及入库
thinkPHP5 实现点击量(数据自增/自减)
别把你的天使弄丢了
链表专项之环形链表
Redis缓存以及存在的问题--缓存穿透、缓存雪崩、缓存击穿及解决方法
“充钱”也难治快手的“亏亏亏”?









