You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded BRKIssue.m and compiled it with XCode. However, I get some errors from undeclared variables that should probably be declared in BKRIssue.h.
Hi,
For those who are still using Baker Framework and have original Newsstand framework for downloads it will not work after iOS15 upgrade: https://developer.apple.com/forums/thread/691289
To fix it you need to replace download functionality with NSURLSessionDownloadTask, using some code examples/tutorials. I used this one and everything works fine after some debugging: https://stackoverflow.com/questions/22278407/nsurlsessiondownloadtask-downloads-but-ends-with-error
Edit:
Here is BKRIssue.m from the working project with NSURLSessionDownloadTask implemented, thanks.
BKRIssue.zip
You would need to compare it with: https://github.com/bakerframework/baker/blob/master/BakerShelf/BKRIssue.m
The text was updated successfully, but these errors were encountered: