wazowski78
wazowski78
I have manage to use objective C code on a Swift project so I am attaching the code to help any other dev to solve this issue easier. ``` var...
I have tried in both MAC and Linux Ubuntu 20.04. I have installed python2.7, but not python-dev, but the problem is with 25519Curve-donna, does python-dev solves this issue? Thank you...
Yes, but same issue installing requirements.txt, it fails trying installing curve25519-donna.
Well... I think I have fixed it. Clean installation of Ubuntu 18, first install python-dev, then node 13.14.0, clean git, clean pip, and the repos updated and upgraded. Weird behavior...
Well, now it is another error, once every component is installed, now the app is returning this errors, I am attaching full log from requirements installation up to app crash:...
I am getting mad with this error, any help will be very appreciated!
@nilsburg I would like to talk with you in private, can you reply me at this post please?
The solution is simple. The issue is this sentence in the app delegate: ``` //Whatsapp web only works with specific user agents _webView._customUserAgent = @"Mozilla/5.0 (Macintosh; Intel Mac OS X...
Don’t worry, no question is stupid. This is the file you have to edit: https://github.com/stonesam92/ChitChat/blob/master/WhatsMac/AppDelegate.m Look for the line 101 and edit the user agent value with a new one....
Hi again. Well… it is up to you, you can use GitHub desktop, Xcode Download or Zip Download. Any of them will let you see the source code and edit...