We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
是不是没有用xcodespace打开
Sorry, something went wrong.
不是,会用cocoapods
整合到已有的项目中,使用cocoapods 完全按照说明来进行安装的。demo也是按照示例来做的。编译的时候就报错了。ld: framework not found LuaViewSDK
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: