adamrushy / OpenAISwift

This is a wrapper library around the ChatGPT and OpenAI HTTP API
MIT License
1.6k stars 242 forks source link

OpenAISwift 1.4.0 multiple errors with new Xcode 15 release #120

Open Alexx1105 opened 9 months ago

Alexx1105 commented 9 months ago

I installed 1.4.0 due to the issues I was having with the previous version specifically with ChatMessage.swift and getting the operation could not be completed error. Now Xcode 15 just got released and now nothing works. building my project, I get 9 " Cannot find type 'ChatError' in scope", "cannot find ChatMessage in scope", "cannot find ChatConservation in scope" errors.

astrokin commented 8 months ago

related to #122