Posts

Post not yet marked as solved
2 Replies
3k Views
I am using Mac 10.15.1.I have installed PostgreSQL database which is signed by its certificate. User can extend the postgresql database by writing the extension so I have written the extension and created ".so" file which is signed by my certificates. I have used below com mand to sign the library file.codesign --verbose --verify --deep -f -s '<My_Apple_ID>' --options runtime My_library.soAfter loading this new library with installed postgresql database, it gives error of "different Team IDs" as below.code signature in (My_library.so) not valid for use in process using Library Validation: mapping process and mapped file (non-platform) have different Team IDsAs in my Certificate Team ID is different and installed product have their own team ID.So how can we resolve this issue ?
Posted
by neel5481.
Last updated
.