sm64ex-ios icon indicating copy to clipboard operation
sm64ex-ios copied to clipboard

Xcode build - No code signature found

Open ds8k opened this issue 3 years ago • 3 comments

Describe the bug When building with Xcode installation fails with a "No code signature" error

To Reproduce Steps to reproduce the behavior: Build the app scratch and attempt to install to a device

Expected behavior App installs

Screenshots

Details

Unable to install "sm64ios"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
User Info: {
    IDERunOperationFailingWorker = IDEInstalliPhoneLauncher;
}
--
No code signature found.

ds8k avatar Nov 16 '21 21:11 ds8k

I’ve experienced this same issue before and I believe it’s a bug with Xcode not signing the app, but it could just be an issue with the build script. A workaround is to delete sm64ios.app from your Products folder before you build (Products > sm64ios.app (Right click) > Show in Finder… > sm64ios.app (Right click) > Move to Trash).

ckosmic avatar Nov 16 '21 22:11 ckosmic

Had the same issue after changing the TvOS version to 15.0 Switched it back to default (14.0) and all worked well. Now waiting for the "trying to read save data that hasn’t been created yet" fix and all should be good! Thanks so much for your hard work!

subnormalfever avatar Nov 16 '21 22:11 subnormalfever

Ya you need to delete the previous build in the Xcode->Project->Products and delete sm64tvos. I am using 15.0 as target and it runs successfully.

sidshekar avatar Nov 17 '21 05:11 sidshekar