AppDebugMode-iOS icon indicating copy to clipboard operation
AppDebugMode-iOS copied to clipboard

AppDebugMode causes apps to crash on launch

Open plajdo opened this issue 8 months ago β€’ 3 comments

App Debug Mode crashes

App Debug Mode crashes on launch, when apps are not started under debugger (from Xcode). Seems to be somehow related to log redirection.

This has been observed on multiple projects.

Image

plajdo avatar Mar 19 '25 11:03 plajdo

which is the last stable version?

andrej-jasso avatar Mar 19 '25 12:03 andrej-jasso

@andrej-jasso yes, this is the line from package declaration in SPM:

.package(url: "https://github.com/GoodRequest/AppDebugMode-iOS.git", .upToNextMajor(from: "2.0.2")),

plajdo avatar Mar 19 '25 12:03 plajdo

Different crash log, probably related to AppDebugMode (no symbols were available for unknown reason):

Image

The app crashes only on TestFlight builds via Bitrise CI. After commenting out .taskΒ {} with await PackageManager.setup(...) (ADM initial setup call) the app doesn't crash anymore.

plajdo avatar Mar 24 '25 09:03 plajdo