-
Notifications
You must be signed in to change notification settings - Fork 166
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
ESPTouch stopped working after upgrade to iOS14.6 and Xcode 12.5. #59
Comments
I am a Flutter developer |
The problem is solved. I needed to include [self._esptouchTask setPackageBroadcast:true]; |
Have a nice day!! |
Hi, @vt-vaio could you share where did you put that "[self._esptouchTask setPackageBroadcast:true]" im trying to work with esptouch but its not working. Im getting: "can't find variable Esptouch" |
Hi @jorgeangulo97, actually, I did a bit more.
The [self._esptouchTask setPackageBroadcast:true]; is on line #50. |
Hi, @vt-vaio sorry for bother you again, i have been trying to setup like you said, but i dont find that "Esptouch.Framework" file. If im not wrong i think it should be here right? And ty for your help! :) |
HI @jorgeangulo97, Just to make sure we have the same environment. I am using cordova-plugin-smartconfig plugin for SmarConfig in my IONIC 5 app; Programming language: Angular (Type Script). After adding iOS platform and compiling the project (running ionic cordova run ios), I get a new Framework added to the automatically generated XCode project "Esptouch.Framework". The rest of what I did in the previous post. I hope it is helpful. V |
Hi @vt-vaio its been a while. Could you tell me or show where did you put the h and m files? Did you put all together in the Plugins folder or? Ty for your help! :) |
Hi @jorgeangulo97, I will try to recall everything I did. Pre-requisites: IONIC 5 app with Angular.
This what I was doing as far as I can remember. To be honest, I spend two weeks until I got it working. Perhaps you could do an experiment
Hope above is helpful. V. |
Hi @vt-vaio i was following your first explanation and i couldn't do it work, but yesterday i realised about something. After doing some test, this morning i tried again and it was working!! :D I tried in the xcode Iphone X simulator and it works but obviously your cant connect an iot device but it was just for test, then i installed the app in the phone and it works. To be honest i dont know if this is the best solution, I spend 1 month for it but atleast it works for now! Ty for all your help it was really helpful :) |
@jorgeangulo97, I am happy to hear that you've resolved the problem. I agree it is not an ideal solution, especially from a maintenance point of view. Building a plug-in would be the best solution I guess. I don't have time to do that at the moment. But would be happy to contribute in the future if you decide to build one yourself. |
unsubscribe
At 2021-07-09 16:57:54, "vt-vaio" ***@***.***> wrote:
@jorgeangulo97, I am happy to hear that you've resolved the problem. I agree it is not an ideal solution, especially from a maintenance point of view. Building a plug-in would be the best solution I guess. I don't have time to do that at the moment. But would be happy to contribute in the future if you decide to build one yourself.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
The code has been updated to try. |
My iOS app that is using the ESPTouch framework does no longer work - it compiles without errors, but the SmartConfig does not seem to reach the ESP32 anymore. The iOS version is 14.6. I am using IONIC 5 with Angular for development.
Anyone facing the same issues? Any suggestions on how to fix it?
Thank you.
The text was updated successfully, but these errors were encountered: