framework not found LuaViewSDK
Open
- Dominant language
- Objective-C
- Stars
- 3.7k
- Forks
- 759
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Podfile shown in the issue and reproduce the pod install and iOS build that ends with “framework not found LuaViewSDK.” Check how the master-branch LuaViewSDK dependency is linked into the target; done means the target builds without the linker error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, ios, lua, objective-c
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100