LuaViewSDK
LuaViewSDK copied to clipboard
framework not found LuaViewSDK
pod 安装成功,编译报错 ld: framework not found LuaViewSDK clang: error: linker command failed with exit code 1 (use -v to see invocation)
podfile: platform :ios, '7.1' use_frameworks! target 'xxx' do pod 'LuaViewSDK', :git => 'https://github.com/alibaba/LuaViewSDK.git',:branch=>'master' end
是不是没有用xcodespace打开
不是,会用cocoapods
整合到已有的项目中,使用cocoapods 完全按照说明来进行安装的。demo也是按照示例来做的。编译的时候就报错了。ld: framework not found LuaViewSDK