Life saver!
Post
Replies
Boosts
Views
Activity
Oh! And I found another possible cause of this behavior.
It could also happen if you somehow have inconsistent CoreData data.
For example, I had one old codebase, when saving changes, instead of saving each changes, it wipes out the sql file underneath and create a new one and save the data from the memory. ðĪŠ
yeetd definitely helps ð! And it's quite easy to use.
I totally missed this reply until I found out yeetd when dealing with my failed CI runs ð
I see. Thank you for the info!
I've never encountered this issue though.
I suppose you could try removing unnecessary components within the extension code, like UserDefaults, and see if the issue persists to decide which may be the root cause.
Oh, I just encountered this yesterday on my iPhone11 iOS17.1.2.
I use UserNotification and see that the callback got called twice sometimes.
I suppose I didn't notice this because I removed the monitoring right after receiving the callback.
@wilc0 You can still use Xcode 14 in Sonoma following steps in https://stackoverflow.com/questions/76958016/is-there-a-way-to-run-xcode-14-on-macos-sonoma
However, please note that Xcode 14 won't work on iOS 17 if you've upgraded your phone.
Hello @Masatoshi ,
Great repo!
Could you please clarify the license for this repository?
We're wondering if we could use the tool in our commercial app. Thank you!
Great answer! I can't believe Apple is not making this explicit in their documentation ð