Coder Social home page Coder Social logo

Comments (12)

eni9889 avatar eni9889 commented on August 27, 2024

This is due to unsigned framework binaries and there is a pending PR to fix it: rileytestut/AltSign#1

from altstore.

Smethan avatar Smethan commented on August 27, 2024

I have tried pulling in your PR and building, now the freshly compiled AltStore just crashes on my phone, says something about a CoreData error

from altstore.

eni9889 avatar eni9889 commented on August 27, 2024

Yea same happens to me, don’t know why the PR would cause that will investigate. It’s only an issue on iOS 13 no problems on iOS 12

from altstore.

Smethan avatar Smethan commented on August 27, 2024

Seems like its not an issue with your PR, I built it with a clean pull of the repo and I still got the crash, so it must be something else, and it does seem to be isolated to iOS 13, my iOS 12 device worked fine with it...

from altstore.

eni9889 avatar eni9889 commented on August 27, 2024

@Smethan it turns out you need to use Xcode 10.3 to build the project. Xcode 11 has issues.

from altstore.

Smethan avatar Smethan commented on August 27, 2024

Good to know. I’ll build there I suppose

from altstore.

Smethan avatar Smethan commented on August 27, 2024

Alrighty, I've compiled it successfully on Xcode 10.3 and ran it on my phone, it works mostly, but I still get the same EXC_BAD_ACCESS error when trying to sign the same apps

from altstore.

Smethan avatar Smethan commented on August 27, 2024

I've looked into it and apparently its an issue with dereferencing a null pointer at line 79 in ldid.cpp
uint32_t data = mach_header.Swap(signature->dataoff);
The Xcode static analyzer gave the error "Access to field 'dataoff' results in a dereference of a null pointer (loaded from variable 'signature')"

I don't quite know how I would fix this, as I'm not exactly a C++ developer, but maybe it could help someone else out.

from altstore.

Smethan avatar Smethan commented on August 27, 2024

Update: I bypassed that error by always making signature non-null, but then I got another similar error, so I don't quite know what the real issue here is. Its looking ldid might just have some issues on iOS 13, or just with A12 devices

from altstore.

eni9889 avatar eni9889 commented on August 27, 2024

Did you use my branch for both altsign and ldid?

Sent with GitHawk

from altstore.

Smethan avatar Smethan commented on August 27, 2024

Yes. I pulled the regular AltStore repo, deleted the altsign sub module, and then checked yours out along with ldid

from altstore.

Smethan avatar Smethan commented on August 27, 2024

So, it has been a few days, and it seems to me that the Swap() command may be the culprit, as the previous error happened there, and it happens again on the swap command if I bypass that one. I know for a fact that it's a problem within the Entitlements section of the non-dependency ldid, might not be getting the entitlements correctly?

from altstore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.