This is still true as for now 211026.
Behaviors:
If the progress is canceled, the bundle resource request will still finish downloading the resource file, but completes with a canceled error (NSUserCancelledError). If the same resource is requested again, isResourceAvailable will be true and the resource is available instantly.
No way to pause or resume the request/progress
Post
Replies
Boosts
Views
Activity
Same here. It seems not to be working with SceneDelegate.
After some digging up, one can actually add a pre-action to the building scheme under "Build" tab (by clicking the bullet icon). It solved my problem.
Ah finally seeing a similar issue. My case is very alike - I try to add template files to the project if they don't exist, then take them in during the building process. However, it seems Xcode cached all the content whenever a build starts, and doesn't detect file changes afterwards.
It would be great if there is an option to run script prior to the build process.
Same here. The branch name get truncated and it is pretty frustrating when searching among a whole bunch of branches.
Preview - https://github.com/yo1995/My_programming_question_list/issues/11#issuecomment-706414724