Eric Lin

Results 4 issues of Eric Lin

I found that it's required to rebuild all index before search otherwise no docs will be found. It's strange to do this because indexes were built in my store folder....

What are Attri and Fields for in DocData? Is that possible to filter some search result with these? For example, if I have product data indexed already, and I want...

- (void)peerConnection:(nonnull RTCPeerConnection *)peerConnection didAddStream:(nonnull RTCMediaStream *)stream { dispatch_async(dispatch_get_main_queue(), ^{ self.remoteVideoTrack = [stream.videoTracks firstObject]; [self.remoteVideoTrack addRenderer:self.remoteView]; }); } Where self.remoteView is a RTCEAGLVideoView class.

I got a library not loaded error which complains like below: dyld: Library not loaded: @rpath/WebRTC.framework/WebRTC Reason: image not found WebRTC.framework is added to "linked framework and libraries" and add...