[Help] Crash on Launch: NSInvalidArgumentException (SIGABRT 6) #227
Replies: 1 comment
-
|
Same here. I tried different Instagram versions starting from 413.0.0, and all of them crashed the same way. ScInsta 0.8.1 also crashes on newer Instagram versions. However, I tested an older Instagram version (403.0.0) with ScInsta 1.0.0, and it worked without any crashes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've successfully built a modified Instagram IPA (bundle ID: com.hans.instagram) using GitHub Actions. However, the app crashes immediately upon opening on my device.
Environment
App: Instagram 415.1.0
Build Status: https://github.com/HansHans135/SCInsta/actions/runs/21832375475
Device Status: iOS 26.1 Non-Jailbroken
According to the console logs, the crash is triggered by SIGABRT (6) due to an NSInvalidArgumentException. Specifically: Terminating app due to uncaught exception 'NSIn
validArgumentException', reason: ' -[NSURL URLByAppendingPathComponent:]: component, components, or pathExtension cannot be nil.'
Logs I have attached the full crash log for reference.
error.txt
ScreenRecording_02-10-2026.00-47-21_1.MP4
Any help or insights would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions