Wouldn’t it be nice if the ChatGPT machine could be connected to XCode and the Swift compiler, along with simulators for many devices? Then when it has code to recommend, it could load that code into a Swift project in XCode and see if it compiles.
Since I have uploaded my entire code base (it’s a small app so far), ChatGPT knows my code. It can substitute its new code into mine (as it directs me to do), and then use XCode to check it. This would really reduce the back-and-forth use of tokens…
1 Like