Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode build - No code signature found #16

Open
ds8k opened this issue Nov 16, 2021 · 3 comments
Open

Xcode build - No code signature found #16

ds8k opened this issue Nov 16, 2021 · 3 comments

Comments

@ds8k
Copy link

ds8k commented Nov 16, 2021

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 ds8k changed the title No code signature found Xcode build - No code signature found Nov 16, 2021
@ckosmic
Copy link
Owner

ckosmic commented Nov 16, 2021

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).

@subnormalfever
Copy link

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!

@sidshekar
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants