We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Xcode 9, build for iOS 9.2+, class MultipeerConnectivitySession
I made fix for self:
public func session(_ session: MCSession, didFinishReceivingResourceWithName name: String, fromPeer peerID: MCPeerID, at url: URL?, withError err: Error?) { if let e = err { _receivedResource.on(.next(peerID, name, ResourceState.errored(e))) return } if let url = url { _receivedResource.on(.next(peerID, name, ResourceState.finished(url))) } }
The text was updated successfully, but these errors were encountered:
Hi @Alexandeer could you please provide a bit more information around the error that you're seeing?
Sorry, something went wrong.
@nathankot Hi This method was changed. https://developer.apple.com/documentation/multipeerconnectivity/mcsessiondelegate/1406984-session
at localURL: URL,
to
at localURL: URL?,
No branches or pull requests
Xcode 9, build for iOS 9.2+, class MultipeerConnectivitySession
I made fix for self:
The text was updated successfully, but these errors were encountered: