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

程序报错进不了系统 #3

Open
momika opened this issue Sep 20, 2016 · 1 comment
Open

程序报错进不了系统 #3

momika opened this issue Sep 20, 2016 · 1 comment

Comments

@momika
Copy link

momika commented Sep 20, 2016

snip20160920_13

Result.swift 和 ResultType.swift 两个类47个报错进不了系统,,是相关库的配置问题么,请教,,Xcode7.2

@lyimin
Copy link
Contributor

lyimin commented Sep 23, 2016

你好,应该是第三方库Swift3与Swift2的兼容性问题。试试改一下Podfile文件
`source 'https://github.com/CocoaPods/Specs.git'
platform :ios, ’8.0’
use_frameworks!

target 'ifanr' do
pod 'Alamofire','>3.5.0'
pod 'SnapKit','
>0.22.0'
pod 'Moya','>7.0.0'
pod 'MonkeyKing', '
>0.9.4'
pod 'YYWebImage'
end`
再pod install一下

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