gpt4 book ai didi

ios - 如何使用 theos 链接 IOKit?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:18:47 27 4
gpt4 key购买 nike

我正在开发一个使用 IOKit 获取电池信息的调整,但它无法构建。

Undefined symbols for architecture armv7:
"_IOPSCopyPowerSourcesInfo", referenced from:
getBatteryPercent(int*) in PRJNAME.mm.3bb88719.o
"_IOPSCopyPowerSourcesList", referenced from:
getBatteryPercent(int*) in PRJNAME.mm.3bb88719.o
"_IOPSGetPowerSourceDescription", referenced from:
getBatteryPercent(int*) in PRJNAME.mm.3bb88719.o

我已经将 libIOKit.dylib 复制到 $THEOS/lib/ 并使用了 makefile,但似乎 dylib 没有链接。

我该如何解决这个问题?

最佳答案

问题是由子项目的makefile引起的。

所以我的两个 makefile 都包含

XXX_LDFLAGS = -lIOKit -L<Library directory, necessary if the dylib is not in $THEOS/lib>

谢谢。

关于ios - 如何使用 theos 链接 IOKit?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27673035/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com