I've added a package to my Mutliplatform project (Shout
) that is now causing an error. When I attempt to build my program on my MacOS Ventura I get a warning "Could not find or use auto-linked library zlib" and six errors about undefined symbols from the zlib library: _deflate
, _deflateEnd
, _deflateInit_
, _inflate
, _inflateEnd
, and _inflateInit_
I've added paths to my target's Build Settings
under Library Search Paths
and it doesn't seem to help.
Has any one seen anything like this and can help me build the project?
It was working with the previous version of my app on the previous stable version. I am running the beta Ventura with the new Xcode version and started a new app to move my code over in parts.