-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dispatching delegates in designated queues #273
Conversation
Ok, I guess that's it. Could you check if it works for you? Or at least if the API will work for you? |
@philips77 thank you for the effort, I will add it tomorrow to our project and check how it behaves. Btw. I scanned over the patches and haven't seen any use of |
The main reason for not using it is that I don't know how to use this method :) |
Hello, any updates on this? I watched a video and I'm now pro in |
@philips77 not yet. I'm currently fixing other parts of our library which prevent me from being able to compile the project. I'll try to test your patch by the end of the day, I hope, and report back. If you're interested to read more about |
Other thing, |
I'm thinking about merging the PR tomorrow and releasing 4.3.0 if you have no objections. |
I finally updated to project to test the changes but I'm hitting an issue:
You are missing a |
Resolved the dependency here and the framework gets added into the app bundle, but I'm hitting the next issue and unable to run the app.
I'm currently out of ideas why this issue happens. I cleared Derived Data and clean build the project. |
I resolved the issue above, it's an issue I fixed the issue here: In your case you still need to add a |
I've created
in the main directory. Is there anything else needed for me to push? |
Btw, we didn't have |
That's a good question. To be honest I'm not sure how Carthage previously pulled I'm fixing some internal |
Okay I could flash multiple times without any issues. Feel free to merge. |
I've added |
Looks good on my end, Carthage can now pull |
This PR should solve issue #249.
CC @DevAndArtist
There are still 3 calls for main dispatch queue. Do you have an idea how to solve it? I guess I should use the queue used for central manager to be consistent.