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:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...