Friday, February 7, 2020

Build react native apps for ios on windows

To build react native apps for ios, normally we would need a mac since xcode cannot work with windows. However there are several alternatives to buying a macbook.

1) Use cloud hosted services. These services generally have a monthly/yearly subscription but they are very flexible when it comes to trying different platforms/operating systems.
e.g
https://www.macincloud.com/
https://virtualmacosx.com/
https://flow.swiss/mac-bare-metal
https://macminicolo.net/
https://www.xcodeclub.com/

2) Use virtual machine. This is fairly easy.

https://blog.udemy.com/xcode-on-windows/
https://oraclevirtualbox.weebly.com/

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...