Home > database >  "-[_NSXPCDistantObject ___nsx_pingHost:]: unrecognized selector sent to instance 0x600000408140
"-[_NSXPCDistantObject ___nsx_pingHost:]: unrecognized selector sent to instance 0x600000408140

Time:04-12

Started working on a photo editing extension in Xcode. no matter what I do whenever I select my extension to edit a photo the app crashes with the following error.

The following is the screenshot of the error.

https://i.stack.imgur.com/mnAgw.png

After finding the solution for hours only thing I got was to uninstall and restart the app, but that too didn’t work.

For more understanding, I have attached a Google Drive video link. https://drive.google.com/file/d/1dwDCuRqMMgV-gWYVZPOtt5IgWBhaqAFR/view?usp=sharing

CodePudding user response:

SO I found the solution to this. Firstly, I was opening Xcode using Rosetta. Once I unchecked it. I was able to run the extension. So this can be a bridging problem between intel to apple silicon. If anyone has any idea about the same in-depth please comment below.

  • Related