-
Notifications
You must be signed in to change notification settings - Fork 874
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
Comments
是的,因为Logan中包含了一些c库,使用use_frameworks的方式会导致c库编译出问题 |
目前有办法可以解决么,项目里面使用了swift的库,所以这个use_frameworks还是要用的 |
已找到解决方案,把整个SDK源工程集成进去 |
Closed
Closed
Closed
可以使用1.2.2 版本支持use_frameworks!方式。pod 'Logan', '1.2.2' |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
platform :ios, '8.0'
inhibit_all_warnings!
use_frameworks!
target 'xxxx' do
pod 'Logan', '~> 1.1.1'
end
The text was updated successfully, but these errors were encountered: