打包自己的framework,然后里面用到了alipay的framework,还用到了pch,还有许多图片和xib资源,然后我打包时成功了,然后新建测试项目导入自己打包好的framework,然后编译不通过,报错:
"_OBJC_CLASS_$_AlipaySDK", referenced from:
objc-class-ref in LianLianSDK(LLApi.o)
objc-class-ref in LianLianSDK(LLPayWayController.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)