Build sdk-core-ios Project Failed
Posted in General by wr Thu Nov 10 2016 06:57:15 GMT+0000 (UTC)·3·Viewed 46 times
I download the project from https://github.com/actorapp/actor-platform/tree/master/actor-sdk/sdk-core-ios.
There are some errors in ReachabilitySwift after downloading third-party projects when run buildFramework.sh.
The result as follow:
** BUILD FAILED **
The following build commands failed:
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
CompileSwift normal arm64 /Users.../Pods/ReachabilitySwift/Reachability/Reachability.swift
(2 failures)
I did not change anything.I want to know how to solve it. if someone knows ,please tell me.
Thank you very muck.
wr
Nov 10, 2016
The error such as:
/Users.../Pods/ReachabilitySwift/Reachability/Reachability.swift:282:9: note: 'reachabilityFlags' declared here
var reachabilityFlags: SCNetworkReachabilityFlags {
^
h.t
Nov 11, 2016
buildFramework.sh
pod 'ReachabilitySwift', '~> 3' -> pod 'ReachabilitySwift', '~> 2.4'
https://github.com/ashleymills/Reachability.swift
wr
Nov 14, 2016
thanks,it resolve my problems