google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.8k stars 295 forks source link

[Promises] Force-link 'FBLPromises+Testing.m' #222

Closed ncooke3 closed 1 year ago

ncooke3 commented 1 year ago

Follow-up to #221. @paulb777 found that we need to also force-link Sources/FBLPromises/FBLPromise+Testing.m to include it's dispatchGroup implementation.

ncooke3 commented 1 year ago

@ykjchen, our local testing indicates this was the missing piece. PTAL, thank you!

ykjchen commented 1 year ago

Thanks!