Can't Deploy React Native to iPhone from Xcode 13 Beta 2 running on Virtual Machine running Big Sur 11.4 - react-native-ios

I have a Mac running Catalina with Xcode 12. This month, my iPhone upgraded to iOS 14.6, which requires Xcode 13. Xcode 13 requires Big Sur. Unfortunately, I don't have the money right now to upgrade my Mac to one with the hardware the Big Sur requires.
I installed VMWare Fusion 12 on this Mac and created a Virtual Machine running MacOS Big Sur 11.4. Then I installed Xcode 13 Beta 2, installed its dependencies, added the provisioning profile required to deploy, and selected my iPhone in Xcode as the target. When I build and attempt to deploy to the device, there are no errors, though it hangs/stalls right near the end of the process, around the time that Xcode says: "Preparing Editor Functionality". MetroBundler starts correctly and I see no issues in Terminal, Console, or Xcode. It just stops compiling/deploying.
I'm not super savvy when it comes to Xcode or the deployment process. I was hoping someone might be able to give me some tips as to how to figure out what's preventing the app from deploying to the device. Does Xcode have logs somewhere (other than Device Logs) that might help inform what's hanging?
Thank you for your time and I'm happy to provide screenshots or further information upon your suggestions.

Related

Applications for platform ios can not be built on this OS

I'm trying to use NativeScript + Angular + SQLite to create a mobile application and following this video. At 3:00, it says to run the command tns platform add ios in the folder and I get the error "Applications for platform iso can not be built on this OS." The OS that I'm running is Windows 10 Home. Any help would be appreciated. Thanks!
You can not build apps for iOS using Windows OS, it's not limitation from NativeScript but from Apple itself. You need Xcode to build apps for iOS which can only be installed on Mac OS.
If you have an iOS device with you, you may use Playground or Preview to run your code directly on your device from a Windows machine. The CLI / Sidekick even support cloud builds.
If you like to use Simulators, the only option is to install Mac OS using Virtual Box but that may be terribly slow.

Xcode 9.4 + Only Test-flight app crash

I reuploaded my app to TestFlight via Xcode 9.4 but it is continuously crash after splash screen on that test flight build in IOS 11 while same test flight working in IOS 10. While when running in the Adhoc build in the device, it is working fine without any issue.
And my last submission by Xcode 9.2 is working fine in all IOS devices including 11.4 too.
When I am getting crash logs from Organizer, it says, App crash on a statement like self.viewInput.refreshRewardCount(current: current, max: max) where current and max value passed static as 0 and 50 respectively first time when app start.
Additionality, I have also checked my Optimization Flags for LLVM and Swift compiler which are set properly as my other app and people suggested on the stack too.
Help me to solve that issue.
Thanks
We ran into this before. If you have not resolved this try using ImageOptim (downloaded from the Mac AppStore) and optimize all of your images. iOS 9 had a bug where it couldn't process certain metadata of PNG files.

How to fix "Failed to create graphics device.Exiting" error?

Win7(64), nvdia 960.
All of a sudden 90% of my games stopped working. My oldest game (GOC 1998) works using dxwnd. My newest game (For Honor-online 2017) still works, but Total War, Tropico4 and Americas Army doesnt detect my graphics card anymore. Ive reinstalled drivers,games,contacted MSFT and Nvidia support but keep getting graphics errors. I think a recent MSFt update fugged something.
Has anyone else had this error?
Tried to update my BIOS step by step but get the "bad command" error. That's another topic i may start.
Use DDU http://www.guru3d.com/files-details/display-driver-uninstaller-download.html
Install latest Nvidia drivers
Make sure you have latest chipset drivers for your motherboard installed.
If all else fails, open cmd as admin and run sfc /scannow
Fixed it by doing what I was trying to avoid, reinstalled the entire OS.
It appeared to be corrupt or missing windows drivers, possibly msft vc 2008 x64,x86 version(9.0.30729.6161) and msft vc 2010 x64,x86 version(10.0.40219) along with a ton of other drivers during reinstall. It took about 3+ hours.

Xcode 8.1 SourceKitService loads CPU completely

SourceKitService eats CPU resource. Sometimes it loads the processor completely, when I work in Xcode 8.1 (Version 8.1 (8B62)). MacBook (macOS Sierra 10.12.1 (16B2555)) slows down and gets very hot.
How to fix it?
If I remove SourseKitservise how it will affect the work of Xcode?
I have decided this problem by reinstalling Xcode 8.1:
Open Application folder in Finder.
Find Xcode file and Move to Trash, then empty the Trash
Go to App Store Find "Xcode" in Search
Install Xcode
After installation, no need to enter Apple IDs in Preference>Account (but You should check whether all okay)
After reinstalling Xcode 8.1 SourseKitservise loads the processor on 15-20% (see screenshot)
Just force quit SourceKitService, it will restart again, without any issues.

Windows Phone 8 Emulator is not running. It was running before uninstall the Oracle Virtual Machine

I am working in windows phone 8 app. My windows phone 8 emulator was working properly but it stopped working when i installed the Oracle Virtual Machine for learn something by it but when i tested my windows phone app than app was successfully build but Windows phone 8 emulator was not loading. Than what i did, i opened Hyper-V Manager and started emulator and kept the checkpoints during running emulator. My checkpoint Steps i am writing .
1) Windows icon visible and took 2 minutes to invisible.
2) Blank screen visible continuously.
3) It automatically closed.
I tried to run wp8 emulator from my app as well as Hyper-V manager many times. But all wasted. :(. Need helpful suggestion and solution to resolve it.
Firstly me should not say its answer. Because it was the last option for me. It was uncertainty that my problem will be solve or not but now its solved.I just uninstalled my WP8 SDK and re-installed and restarted my laptop its working fine now. Thank God, i wasted much time but i learned a lot about the Hyper-V during fixing this issue.

Resources