Most of "so called Windows solutions for IOS development without Mac" require Mac at the end just to sign and send to app store. I checked a few, not all though (who has the time?)
At the end it's just too much trouble to learn "their super special easy way to program IOS without Objective-C", they have lots of bugs. Really the goal they are setting is unachievable in my view.
Also a lot of time they make you use Objective-C equivalent statements simply in another language. They kind of look the same but there are always subtle differences that you have to learn on top of obj-c. Which also makes even less sense, because now instead of learning less you have to learn more. So where is the gain?
Also they cost a lot, because they are very hard to develop.
Many lack any debugging abilities whatsoever.
In my honest opinion, if you are a hard-core IOS developer then for sure buy the best Mac and learn objective-c. It's expensive and takes time, but if it's your path, it's worth it.
For an occasional curious guy, it's just easier to rent a remote mac service, like macincloud.com or xcodeclub.com. I personally like the second one.
Or go with an alternative SDK that has a good debugger, simple API of the language that you know already, and make sure it doesn't require a mac at the end. As an alternative sdk, I liked DragonFireSDK, but I don't use it anymore even though it's C++ API with no obj-c at all, it is very simple and you can at least debug it on their simulator from Visual Studio, but you can't debug on an actual device, and sometimes when you compile with them, you don't know why it didn't compile properly.
I tried running a MacOS virtual machine over windows PC, and I couldn't. Any new OSX update basically breaks it, even if you are able to run it in the first place.