Post

Replies

Boosts

Views

Activity

Comment on XCode15 debugger is working really slow with iOS 17.0.2
I attempted to examine the log of lldb by including the following command. log enable -f /tmp/lldb.log lldb all As a result, it generates over 800MB of logs consisting of 4.5 million lines. During the launch of the app, the log gets filled with approximately 3 million lines similar to the ones mentioned above, as well as numerous others. demangle swift: $s10PostingKit29Component5TableViewCo... -> "partial apply forwarder for implicit closure #1 () -> ..." (not cached)
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’23
Comment on Breakpoint issue: 'self cannot be reconstructed'
Solution is mentioned here https://developer.apple.com/videos/play/wwdc2022/110370/?time=420
Replies
Boosts
Views
Activity
Dec ’24
Comment on Breakpoint issue: 'self cannot be reconstructed'
"Should we move to the nearby libraries?" → "Should we move to the mergeable libraries?"
Replies
Boosts
Views
Activity
Dec ’24
Comment on Breakpoint issue: 'self cannot be reconstructed'
Nice hack! It works. Thank you for that! We have more than 470 modules, so we need to set this option multiple times to have a working po in runtime, if we encounter a bug that "jumps" from one module to another.
Replies
Boosts
Views
Activity
Nov ’24
Comment on Breakpoint issue: 'self cannot be reconstructed'
So, in order to fix the duration of the first breakpoint, I must set the DEBUG_INFORMATION_FORMAT to dwarf-with-dsym. However, this option makes the build time longer. A lose-win situation. Not ideal.
Replies
Boosts
Views
Activity
Nov ’24
Comment on Breakpoint issue: 'self cannot be reconstructed'
Cleaning DD does not help. Also I tried to build the old version (6 months ago) of our Project - same errors and problems.
Replies
Boosts
Views
Activity
Oct ’24
Comment on XCode15 debugger is working really slow with iOS 17.0.2
@asmustofa sorry, I tested solution with device only.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on XCode15 debugger is working really slow with iOS 17.0.2
But with dSYM time of build is long as long resolving symbols without dSYM!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on XCode15 debugger is working really slow with iOS 17.0.2
I attempted to examine the log of lldb by including the following command. log enable -f /tmp/lldb.log lldb all As a result, it generates over 800MB of logs consisting of 4.5 million lines. During the launch of the app, the log gets filled with approximately 3 million lines similar to the ones mentioned above, as well as numerous others. demangle swift: $s10PostingKit29Component5TableViewCo... -> "partial apply forwarder for implicit closure #1 () -> ..." (not cached)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on XCode15 debugger is working really slow with iOS 17.0.2
I tried yesterday turn off all network on my device and turn off Wi-Fi and Bluetooth on the MacBook but it did not help to speedup debugger.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23