Skip to content

Conversation

@jithatsonei
Copy link

  • remove duplicate ipapatch command
  • correct ipapatch command in build script
  • always download latest ipapatch binary

@jithatsonei
Copy link
Author

jithatsonei commented Sep 21, 2025

Also, sorta unrelated but getting this when attempting to dl a video on current dev w/ these two commits

Edit: happening only for reels, feed items are fine

{
  "arguments": [
    "%s",
    "%s",
    "0x11098c100"
  ],
  "format_string": "-[%s %s]: unrecognized selector sent to instance %p",
  "name": "NSInvalidArgumentException",
  "type": "objc-exception",
  "composed_message": "-[%s %s]: unrecognized selector sent to instance 0x11098c100",
  "class": "NSException"
}
[
  {
    "imageOffset": 825544,
    "symbol": "__exceptionPreprocess",
    "symbolLocation": 164,
    "imageIndex": 21
  },
  {
    "imageOffset": 202692,
    "symbol": "objc_exception_throw",
    "symbolLocation": 88,
    "imageIndex": 20
  },
  {
    "imageOffset": 1464376,
    "symbol": "+[NSObject(NSObject) instanceMethodSignatureForSelector:]",
    "symbolLocation": 0,
    "imageIndex": 21
  },
  {
    "imageOffset": 287992,
    "symbol": "___forwarding___",
    "symbolLocation": 1472,
    "imageIndex": 21
  },
  {
    "imageOffset": 320416,
    "symbol": "_CF_forwarding_prep_0",
    "symbolLocation": 96,
    "imageIndex": 21
  },
  {
    "imageOffset": 117100,
    "symbol": "+[SCIUtils getVideoUrl:]",
    "symbolLocation": 80,
    "imageIndex": 3
  },
  {
    "imageOffset": 117664,
    "symbol": "+[SCIUtils getVideoUrlForMedia:]",
    "symbolLocation": 140,
    "imageIndex": 3
  },
  {
    "imageOffset": 98788,
    "symbol": "_logos_method$_ungrouped$IGSundialViewerVideoCell$handleLongPress$(IGSundialViewerVideoCell*, objc_selector*, UILongPressGestureRecognizer*)",
    "symbolLocation": 168,
    "imageIndex": 3
  },
  {
    "imageOffset": 15341288,
    "symbol": "-[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:]",
    "symbolLocation": 128,
    "imageIndex": 22
  },
  {
    "imageOffset": 3182700,
    "symbol": "_UIGestureRecognizerSendTargetActions",
    "symbolLocation": 92,
    "imageIndex": 22
  },
  {
    "imageOffset": 3182124,
    "symbol": "_UIGestureRecognizerSendActions",
    "symbolLocation": 268,
    "imageIndex": 22
  },
  {
    "imageOffset": 530912,
    "symbol": "-[UIGestureRecognizer _updateGestureForActiveEvents]",
    "symbolLocation": 308,
    "imageIndex": 22
  },
  {
    "imageOffset": 15374168,
    "symbol": "-[UIGestureRecognizer gestureNode:didUpdatePhase:]",
    "symbolLocation": 300,
    "imageIndex": 22
  },
  {
    "imageOffset": 40440,
    "imageIndex": 23
  },
  {
    "imageOffset": 44656,
    "imageIndex": 23
  },
  {
    "imageOffset": 56252,
    "imageIndex": 23
  },
  {
    "imageOffset": 85932,
    "imageIndex": 23
  },
  {
    "imageOffset": 85644,
    "imageIndex": 23
  },
  {
    "imageOffset": 85384,
    "imageIndex": 23
  },
  {
    "imageOffset": 85048,
    "imageIndex": 23
  },
  {
    "imageOffset": 385136,
    "symbol": "__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__",
    "symbolLocation": 36,
    "imageIndex": 21
  },
  {
    "imageOffset": 292652,
    "symbol": "__CFRunLoopDoObservers",
    "symbolLocation": 648,
    "imageIndex": 21
  },
  {
    "imageOffset": 121112,
    "symbol": "__CFRunLoopRun",
    "symbolLocation": 924,
    "imageIndex": 21
  },
  {
    "imageOffset": 117828,
    "symbol": "_CFRunLoopRunSpecificWithOptions",
    "symbolLocation": 532,
    "imageIndex": 21
  },
  {
    "imageOffset": 5272,
    "symbol": "GSEventRunModal",
    "symbolLocation": 120,
    "imageIndex": 24
  },
  {
    "imageOffset": 695772,
    "symbol": "-[UIApplication _run]",
    "symbolLocation": 792,
    "imageIndex": 22
  },
  {
    "imageOffset": 322316,
    "symbol": "UIApplicationMain",
    "symbolLocation": 336,
    "imageIndex": 22
  },
  {
    "imageOffset": 376760,
    "imageIndex": 0
  },
  {
    "imageOffset": 20008,
    "symbol": "start",
    "symbolLocation": 7116,
    "imageIndex": 25
  }
]

@SoCuul
Copy link
Owner

SoCuul commented Sep 21, 2025

Also, sorta unrelated but getting this when attempting to dl a video on current dev w/ these two commits

Edit: happening only for reels, feed items are fine


{

  "arguments": [

    "%s",

    "%s",

    "0x11098c100"

  ],

  "format_string": "-[%s %s]: unrecognized selector sent to instance %p",

  "name": "NSInvalidArgumentException",

  "type": "objc-exception",

  "composed_message": "-[%s %s]: unrecognized selector sent to instance 0x11098c100",

  "class": "NSException"

}


[

  {

    "imageOffset": 825544,

    "symbol": "__exceptionPreprocess",

    "symbolLocation": 164,

    "imageIndex": 21

  },

  {

    "imageOffset": 202692,

    "symbol": "objc_exception_throw",

    "symbolLocation": 88,

    "imageIndex": 20

  },

  {

    "imageOffset": 1464376,

    "symbol": "+[NSObject(NSObject) instanceMethodSignatureForSelector:]",

    "symbolLocation": 0,

    "imageIndex": 21

  },

  {

    "imageOffset": 287992,

    "symbol": "___forwarding___",

    "symbolLocation": 1472,

    "imageIndex": 21

  },

  {

    "imageOffset": 320416,

    "symbol": "_CF_forwarding_prep_0",

    "symbolLocation": 96,

    "imageIndex": 21

  },

  {

    "imageOffset": 117100,

    "symbol": "+[SCIUtils getVideoUrl:]",

    "symbolLocation": 80,

    "imageIndex": 3

  },

  {

    "imageOffset": 117664,

    "symbol": "+[SCIUtils getVideoUrlForMedia:]",

    "symbolLocation": 140,

    "imageIndex": 3

  },

  {

    "imageOffset": 98788,

    "symbol": "_logos_method$_ungrouped$IGSundialViewerVideoCell$handleLongPress$(IGSundialViewerVideoCell*, objc_selector*, UILongPressGestureRecognizer*)",

    "symbolLocation": 168,

    "imageIndex": 3

  },

  {

    "imageOffset": 15341288,

    "symbol": "-[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:]",

    "symbolLocation": 128,

    "imageIndex": 22

  },

  {

    "imageOffset": 3182700,

    "symbol": "_UIGestureRecognizerSendTargetActions",

    "symbolLocation": 92,

    "imageIndex": 22

  },

  {

    "imageOffset": 3182124,

    "symbol": "_UIGestureRecognizerSendActions",

    "symbolLocation": 268,

    "imageIndex": 22

  },

  {

    "imageOffset": 530912,

    "symbol": "-[UIGestureRecognizer _updateGestureForActiveEvents]",

    "symbolLocation": 308,

    "imageIndex": 22

  },

  {

    "imageOffset": 15374168,

    "symbol": "-[UIGestureRecognizer gestureNode:didUpdatePhase:]",

    "symbolLocation": 300,

    "imageIndex": 22

  },

  {

    "imageOffset": 40440,

    "imageIndex": 23

  },

  {

    "imageOffset": 44656,

    "imageIndex": 23

  },

  {

    "imageOffset": 56252,

    "imageIndex": 23

  },

  {

    "imageOffset": 85932,

    "imageIndex": 23

  },

  {

    "imageOffset": 85644,

    "imageIndex": 23

  },

  {

    "imageOffset": 85384,

    "imageIndex": 23

  },

  {

    "imageOffset": 85048,

    "imageIndex": 23

  },

  {

    "imageOffset": 385136,

    "symbol": "__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__",

    "symbolLocation": 36,

    "imageIndex": 21

  },

  {

    "imageOffset": 292652,

    "symbol": "__CFRunLoopDoObservers",

    "symbolLocation": 648,

    "imageIndex": 21

  },

  {

    "imageOffset": 121112,

    "symbol": "__CFRunLoopRun",

    "symbolLocation": 924,

    "imageIndex": 21

  },

  {

    "imageOffset": 117828,

    "symbol": "_CFRunLoopRunSpecificWithOptions",

    "symbolLocation": 532,

    "imageIndex": 21

  },

  {

    "imageOffset": 5272,

    "symbol": "GSEventRunModal",

    "symbolLocation": 120,

    "imageIndex": 24

  },

  {

    "imageOffset": 695772,

    "symbol": "-[UIApplication _run]",

    "symbolLocation": 792,

    "imageIndex": 22

  },

  {

    "imageOffset": 322316,

    "symbol": "UIApplicationMain",

    "symbolLocation": 336,

    "imageIndex": 22

  },

  {

    "imageOffset": 376760,

    "imageIndex": 0

  },

  {

    "imageOffset": 20008,

    "symbol": "start",

    "symbolLocation": 7116,

    "imageIndex": 25

  }

]

ooh, just tried this out and got a crash as well. minus all the actually useful crash info since I'm not on a jailbroken phone lol.

would you be able to create a bug report issue with this same log, that would be great.

@jithatsonei
Copy link
Author

jithatsonei commented Sep 21, 2025

Also, sorta unrelated but getting this when attempting to dl a video on current dev w/ these two commits
Edit: happening only for reels, feed items are fine

 ..
 ..

ooh, just tried this out and got a crash as well. minus all the actually useful crash info since I'm not on a jailbroken phone lol.

would you be able to create a bug report issue with this same log, that would be great.

I got this from a non-jb lol ; https://developer.apple.com/documentation/xcode/acquiring-crash-reports-and-diagnostic-logs#Locate-crash-reports-and-memory-logs-on-the-device

@SoCuul
Copy link
Owner

SoCuul commented Sep 21, 2025

Also, sorta unrelated but getting this when attempting to dl a video on current dev w/ these two commits

Edit: happening only for reels, feed items are fine

..

..

ooh, just tried this out and got a crash as well. minus all the actually useful crash info since I'm not on a jailbroken phone lol.

would you be able to create a bug report issue with this same log, that would be great.

I got this from a non-jb lol ; https://developer.apple.com/documentation/xcode/acquiring-crash-reports-and-diagnostic-logs#Locate-crash-reports-and-memory-logs-on-the-device

I'm super confused. My logs are never this synbolicated.

@jithatsonei
Copy link
Author

I'm super confused. My logs are never this synbolicated.

honest to god bone stock iphone 17 on 26 dev beta w/ dev mode on, nothing else lol

@SoCuul
Copy link
Owner

SoCuul commented Sep 21, 2025

I'm super confused. My logs are never this synbolicated.

honest to god bone stock iphone 17 on 26 dev beta w/ dev mode on, nothing else lol

Would you be willing to post more of the log? Trying to compare it to what I'm seeing on mine.

@jithatsonei
Copy link
Author

jithatsonei commented Sep 23, 2025

I'm super confused. My logs are never this synbolicated.

honest to god bone stock iphone 17 on 26 dev beta w/ dev mode on, nothing else lol

Would you be willing to post more of the log? Trying to compare it to what I'm seeing on mine.

https://i.ji.wtf/Instagram-2025-09-20-204424.ips

@jithatsonei
Copy link
Author

rebase onto newest dev commit!

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

Successfully merging this pull request may close these issues.

2 participants