首先 - 我正在开发越狱调整,因此使用私有 API。
我在这里关注代码但是,我收到以下编译器错误:
Undefined symbols for architecture armv7:
"CTCallCopyAddress(void*, CTCall*)", referenced from:
telephonyEventCallback(__CFNotificationCenter*, void*, __CFString const*, void const*, __CFDictionary const*) in MyCode.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
当我遇到类似的警告/错误之前是由于在构建阶段丢失了库。然而,我检查了 CoreTelephony.framework 是否已添加。有人对我哪里出错有任何指示吗?
谢谢!