Open KrunalXpress opened 4 years ago
I'm getting the same issue
"react": "16.11.0",
"react-native": "0.62.2",
Same problem here
Same problem
@davesters can you fix it or do you have some suggestions?
"react": "16.13.1",
"react-native": "0.63.3",
@256hz can you suggest what to do with that error?
Getting the same errors as the screen shot above. Has anyone had any success in resolving?
Also experiencing this issue. @davesters Any advice on a fix? For others in this thread, what XCode version and macOS version are you on? I am experiencing this on XCode 12.3 and macOS 11.1 Big Sur
@davesters any updates on this? Any workaround?
I'm facing same error, Do anyone have suggestion to solve it, @KrunalXpress @Victor-Varghese @averypelle
I couldn't make this library work, i moved on to https://github.com/AnxiousDarkly/react-native-mqtt as this was the only library that connected with auth and SSL
Does anyone resolve the problem?
I'm still struggling with it. The branch from @FrozenPyrozen works for me on android, but won't compile on ios. I've collected some fixes from various branches but there's one last build error I can't get past. https://github.com/accelerando-consulting/rn-native-mqtt
In Project(NOT TARGET) Build Settings -> Library Search Paths - remove "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)"
Then in Pod Settings for react-native-native-mqtt -> Build Phases -> Compile Sources - remove 2 files: - GDCAsyncSocket.m - GDCAsyncUdpSocket.m
Updated my fork of this lib with working iOS build https://github.com/FrozenPyrozen/rn-native-mqtt
Getting this error after adding swift file and adding a bridging header.
My project looks like this -
Content of MQTTBridge.swift
import Foundation
Content of Project-Bridging-Header.h `#ifndef project_Bridging_Header_h
define project_Bridging_Header_h
endif
`
Pls help