hiroeorz / PeerObjectiveC

PeerObjectiveC is WebRTC client library for iOS, that communicate to peerjs-server.
32 stars 9 forks source link

Not able to compile:Incompatible block pointer types assigning to .... #2

Open KerwinMa opened 9 years ago

KerwinMa commented 9 years ago

/PeerObjectiveC/PeerObjectiveC/ViewController.m:122:16: Incompatible block pointer types assigning to 'void (^)(RTCSessionDescription __strong, NSDictionary strong)' from 'void (^)(RTCSessionDescription *strong)'

If fixed this given another parameter (not used?) to it, can fix the issue. Compile again and got another error:/PeerObjectiveC/PeerObjectiveC/ViewController.m:221:10: No visible @interface for 'Peer' declares the selector 'callWithId:'

shyingboy commented 5 years ago

@KerwinMa I met the two error too. How do you solve them?