davesters / rn-native-mqtt

An MQTT client for React Native that actually works and exposes a simple Javascript interface
MIT License
63 stars 43 forks source link

libreact-native-native-mqtt.a(CocoaMQTTWebSocket.o) #20

Open kmamtora opened 3 years ago

kmamtora commented 3 years ago

"(extension in Foundation):_C.NSURLSessionWebSocketTask.send(: (extension in Foundation):__C.NSURLSessionWebSocketTask.Message, completionHandler: (Swift.Error?) -> ()) -> ()", referenced from: react_native_native_mqtt.CocoaMQTTWebSocket.FoundationConnection.write(data: Foundation.Data, handler: (Swift.Error?) -> ()) -> () in libreact-native-native-mqtt.a(CocoaMQTTWebSocket.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

konradcho commented 3 years ago

Same solution as https://github.com/davesters/rn-native-mqtt/issues/11#issuecomment-867101186