You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run this, App crashes with following errors:
'/Users/gaganaks/Library/Developer/Xcode/DerivedData/MariaDBPOC-ahlzpxfyaavjfkdwgbmglqqgffbj/Build/Products/Debug/libmariadb.3.dylib' (no such file), '/usr/lib/system/introspection/libmariadb.3.dylib' (no such file, not in dyld cache), '/opt/homebrew/opt/mariadb-connector-c/lib/mariadb/libmariadb.3.dylib' (code signature in
'/opt/homebrew/Cellar/mariadb-connector-c/3.3.5_1/lib/mariadb/libmariadb.3.dylib' not valid for use in process: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/mariadb-connector-c/lib/mariadb/libmariadb.3.dylib' (no such file)
Can someone please provide a way to properly integrate this with existing Xcode project?
The text was updated successfully, but these errors were encountered:
There are two error which I am facing when trying to run after adding "https://github.com/PerfectlySoft/Perfect-MariaDB" as package using SPM.
When I run this, App crashes with following errors:
Can someone please provide a way to properly integrate this with existing Xcode project?
The text was updated successfully, but these errors were encountered: