It turns out that I am new to IOS and they gave me the complete theory code of an application made a few years ago. As soon as I wanted to run I set up alerts about the developer team which were resolved but I could not with this error that does not allow me to compile. The complete content of the error is:
Could not determine generated file paths for Core Data code generation: Error Domain = NSCocoaErrorDomain Code = 260 "No current version for model at path /Users/juanyanez/Downloads/myGolf_V3/myGolf/MyGolfModel.xcdatamodeld: " UserInfo = {NSFilePath = / Users / juanyanez / Downloads / miGolf_V3 / myGolf / MyGolfModel.xcdatamodeld, NSLocalizedDescription = No current version for model at path /Users/juanyanez/Downloads/myGolf_V3/myGolf/MyGolfModel.xcdatamodeld:}
I have found some answers in Stack Overflow but I have not been able to find the indicated options, I can not find in which menu find. The link to the answers is: link
I appreciate your help.
I guess it must be something relative to the Swift or Objective-C versions or maybe to the fact that I must create the Data Model before compiling.