ckosmic / sm64ex-ios

iOS/tvOS port of https://github.com/sm64pc/sm64ex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode build - No code signature found

ds8k opened this issue · 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.

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

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!

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.