Skip to content
New issue

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

podfile文件里面使用了use_frameworks!,编译报错 #29

Closed
zxfmpy opened this issue Oct 30, 2018 · 4 comments
Closed

podfile文件里面使用了use_frameworks!,编译报错 #29

zxfmpy opened this issue Oct 30, 2018 · 4 comments
Assignees

Comments

@zxfmpy
Copy link

zxfmpy commented Oct 30, 2018

platform :ios, '8.0'
inhibit_all_warnings!
use_frameworks!
target 'xxxx' do
pod 'Logan', '~> 1.1.1'
end

@jiangteng
Copy link
Member

是的,因为Logan中包含了一些c库,使用use_frameworks的方式会导致c库编译出问题

@zxfmpy
Copy link
Author

zxfmpy commented Oct 31, 2018

目前有办法可以解决么,项目里面使用了swift的库,所以这个use_frameworks还是要用的

@zxfmpy
Copy link
Author

zxfmpy commented Oct 31, 2018

已找到解决方案,把整个SDK源工程集成进去

@jiangteng
Copy link
Member

可以使用1.2.2 版本支持use_frameworks!方式。pod 'Logan', '1.2.2'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants