-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
Build error - iOS #11
Comments
I'm getting the same issue
|
Same problem here |
Same problem |
@davesters can you fix it or do you have some suggestions?
|
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? |
@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
The text was updated successfully, but these errors were encountered: