Delta icon indicating copy to clipboard operation
Delta copied to clipboard

Project not building, tutorial steps not accurate

Open shinshichirou opened this issue 4 years ago • 7 comments

If you use tutorial in readme step by step than project isn't building.

Two errors appear:

..../Delta/Cores/N64DeltaCore/Mupen64Plus/GLideN64/src/Graphics/OpenGLContext/mupen64plus/mupen64plus_DisplayWindow.cpp:12:10: 'Revision.h' file not found

No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "6XVY5G3U44" with a private key was found. (in target 'Systems' from project 'Systems')

How can this be solved? Thanks in advance :)

P.S. Using Xcode 12.5 (12E262), iPhone 12 mini (12.5)

shinshichirou avatar May 02 '21 22:05 shinshichirou

Same problems for me.

lukecarbis avatar May 03 '21 03:05 lukecarbis

This fixed the Revision.h problem for me: https://github.com/rileytestut/Delta/issues/59#issuecomment-619577505

lukecarbis avatar May 03 '21 03:05 lukecarbis

I just fixed the second problem by opening Systems/Systems.xcodeproj, and choosing the correct Team under Targets > Signing Capabilities.

lukecarbis avatar May 03 '21 03:05 lukecarbis

Thank's, i guess this info should be added in readme.

shinshichirou avatar May 03 '21 06:05 shinshichirou

If you use tutorial in readme step by step than project isn't building.

Two errors appear:

..../Delta/Cores/N64DeltaCore/Mupen64Plus/GLideN64/src/Graphics/OpenGLContext/mupen64plus/mupen64plus_DisplayWindow.cpp:12:10: 'Revision.h' file not found

No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "6XVY5G3U44" with a private key was found. (in target 'Systems' from project 'Systems')

How can this be solved? Thanks in advance :)

P.S. Using Xcode 12.5 (12E262), iPhone 12 mini (12.5)

I was having both same issues! While digging through the files I discovered @lukecarbis solution for the 'Revision.h' and was able to fix my issue.

thiagocorreiap avatar Jul 05 '21 21:07 thiagocorreiap

I just fixed the second problem by opening Systems/Systems.xcodeproj, and choosing the correct Team under Targets > Signing Capabilities.

Wow, thank you! I almost gave up because I couldn't fix this problem. Now everything worked for me.

thiagocorreiap avatar Jul 05 '21 21:07 thiagocorreiap

I am still having issues with compiling this. I've followed all the steps, but I keep getting this error.

Module 'Systems' was created for incompatible target arm64-apple-ios12.0

Update: i've partially resolved that issue, but now, when trying to run it in a simulator, I get another error. /Users/lbibass/git/Delta/Delta.xcodeproj Building for iOS Simulator, but the linked and embedded framework 'Systems.framework' was built for iOS.

lbibass avatar Oct 19 '21 14:10 lbibass