LuaViewSDK icon indicating copy to clipboard operation
LuaViewSDK copied to clipboard

framework not found LuaViewSDK

Open lynulzy opened this issue 8 years ago • 3 comments

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

lynulzy avatar May 26 '16 03:05 lynulzy

是不是没有用xcodespace打开

genehsun avatar May 26 '16 06:05 genehsun

不是,会用cocoapods

QETHAN avatar May 26 '16 12:05 QETHAN

整合到已有的项目中,使用cocoapods 完全按照说明来进行安装的。demo也是按照示例来做的。编译的时候就报错了。ld: framework not found LuaViewSDK

QETHAN avatar May 26 '16 12:05 QETHAN