Can t connect iPhone anymore to my virtualbox after update iOS - iphone

I wanted to start learning about mobile development and learned Swift and install macOS in virtualbox.
Everything worked just fine, I could use Xcode, deploy my app on my iPhone(iOS 14.1) and use it.
After I update my iPhone to 14.4 iOS it seems that I can t connect anymore to macOS.
My iPhone is recognized on host system(Windows 10) but when I try to access it in virtualbox it seems that it try but can t connect.
I tried with other cables and with my iPad(iOS 14.4) but I think that with the new update I can t connect anymore.
I have a macOS Catalina on virtualbox
I thinking about try and get Mac OS Big Sur and try or moving to VMware
If u have any suggestions to repair this I’m opened

Related

PostgreSQL installation fails with macOS Monterey 12.4

I'm using MacOS Monterey 12.4 Intel chip, and trying Postgresql installation from
https://www.enterprisedb.com/downloads/postgres-postgresql-downloads I think every version for Maos.
every installation attempt turned out the same, the program crashed as soon as it wanted to choose a password, while entering any character.
can anyone help me to install?
I am having the same issue on a 2020 M1 Macbook on MacOS Monterey 12.2.1 when I try to install 14.3. I get all the way to the Provide password for database superuser. Then once entering a password the program crashes. I'll probably end up using the postgresapp version until this is fixed. The latest version of the app (14.3) is universal so it should work with the m1s (if anyone else has this problem with m1). That is the best solution I've got so far.
Edit: You may want to try installing with Homebrew as well. https://formulae.brew.sh/formula/postgresql#default. I'm going to try this later.

Vmware and Virtualbox issues with iphone device

Yo,
Anyone here use a VM (VirtualBox or VMware) and code on MacOS Catalina 10.15.x or Big Sur as guest ? Personally, I can't connect my iphone to xcode 11 and 12 (Iphone 5S: ios 14.4).
I tried multiple fix from the forum, as change the vmx file (skip-reset, skip-refresh, skip-setconfig" with the right pid and vid), set USB device to 2.0 (in VMware and VirtualBox), upgrade the IOS, but nothing was successful for now. However, the iphone is recognized and listed in the System information but nowhere else.
Somebody here have the same config and can use his iphone ? Had you do something in particular ?
Edit: The host is Windows 10
The only solution i found is to install "Catalina" and only Catalina, on VMware (with usb 2.0 of course). Don't use virtual box. Don't upgrade to big sur on Vmware lol. peace

XAMPP VM not responding with OSX big sur beta 3

I just downloaded the MacOS Big Sur Beta 3. The problem is when I'm trying to open XAMPP, you can see the application jumping on the dock but it stops right away without doing any action. Is it possible to access my files without running the XAMPP VM?
Same thing happens to me… Until it gets fixed, you can use the console interface:
sudo /Applications/XAMPP/xamppfiles/ctlscript.sh start

Windows Visual Studio 2019 doesn't detect iphone XR iOS 13.4.1

I'm new to xamarin. I wrote a simple "Hello World" app using VS 2019 on Windows 10 which runs successfully on the emulators. I have an iMAC on my network and it is successfully connected to my Windows visual studio on Win10 machine. No update warnings or mismatch version error message(s) during the paring of the Windows VS to the remote iMac. On my list of emulators, I have a long list of emulators and "Remote Device" option. All in all, all is well when I work with the emulators.
Now, when I connect my iPhone XR (iOS 13.4.1) using USB to my VS 2019 on Win10, the expected result would be that my device would show up along side of all the emulators so that I can deploy to the device for debugging. My first question is whether or not that is the right assumption. If it is, then in my case that doesn't happen. When I start iTunes program on my Windows machine, it has no issues connecting to my iphone (I can do backup, restore, etc.). Interestingly, in VS, the Device Log has no issues connecting to the connected iphone either. My phone is listed on the drop down box on the top left hand corner of the screen. At this point, I can only assume that is not a connection issue.
What I'm left with is some kind of mismatch setting on VS 2019 in Win10 or on my connected iphone that is causing VS 2019 on win10 not seeing my usb-connected iphone. Any ideas what setting I should fiddle around with? Thanks in advance.
First option, you need to connect iPhone over USB on Mac device , then you can debug in iPhone device .
Second option ,If Mac device not always around you , you also can connect to iPhone device Over Wifi .
An important part of the developer workflow is deploying to a device. Xcode 9 introduced the option of deploying to an iOS device or Apple TV through a network, rather than having to hardwire your devices every time you want to deploy and debug your app. This feature has been introduced in Visual Studio for Mac 7.4 and Visual Studio 15.6 release.
This guide details how to pair and deploy to a device over the network : https://learn.microsoft.com/en-us/xamarin/ios/deploy-test/wireless-deployment?tabs=windows
Ok, so what you need to do is select "Debug|iPhone" or "Release|iPhone" from the build configuration menu.

Problem connecting real Android device to Eclipse

I just got a new computer and am trying to set up my developing environment but I'm having trouble getting eclipse to connect with my phone. I have a HTC Aria android device and I was able to use it with eclipse on my old Windows XP computer. On my new Windows 7 64bit computer though, its not working.
When I run my program, I see my HTC device in the device chooser, however, its state is "offline" and it randomly disappears then reappears. I can select it, but I cannot push "OK" to run on the device. I've tried reinstalling my driver and updating it through HTC's website, but nothing has changed.
Any ideas?
I ended up reinstalling my OS, installing Eclipse Indigo 64bit, and then installing my phone driver. Works perfectly now. Have no idea what was wrong before