添加第三方sdk的时候报错问题

我导入阿里云SDK的时候需要依赖公共包,如下:
2.1.2 公共包依赖
libz.tbd
libresolv.tbd
CoreTelephony.framework
SystemConfiguration.framework

2.1.3 SDK目录结构
CloudPushSDK.framework
AlicloudUtils.framework
UTDID.framework

不知道libresolv.tbd 这个依赖包怎么引入到makefile文件。。。

而且make的时候出现了报错:

Z-iMac:account Z$ make
==> Notice: You’re using kirb/theos. This fork was recently moved to theos/theos, and all future development will happen there. Please run make update-theos when you have an opportunity!

Making all for tweak account…
==> Linking tweak account (armv7)…
ld: framework not found AlicloudUtils for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/Users/Z/Desktop/account/.theos/obj/debug/armv7/account.dylib] Error 1
make[2]: *** [/Users/Z/Desktop/account/.theos/obj/debug/armv7/account.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [account.all.tweak.variables] Error 2

但是AlicloudUtils这个framework是支持armv7的吖,不知道为什么不能make成功。。。。

Z-iMac:account Z$ lipo -info UTDID.framework/UTDID
Architectures in the fat file: UTDID.framework/UTDID are: armv7 arm64 i386 x86_64