Results 9 comments of Max Wang

https://github.com/google/promises/blob/master/Sources/FBLPromises/FBLPromise.m#L235 if we have a way to not always dispatch_group_async here, and I do not see the need for dispatch group if we do not need waiting? and it seems...

say click a like button and we want to update the ui immediately then the promise1 we want it to be sync to run some logic and spit out the...

I tried that and not working. The only change i made is to change signing's Team and use "Automatically manage signing" and change target of debug-objc's min target version to...

Unfortunately updating to Catalina did not fix it either.

This is the output: (lldb) image list [ 0] F2AC94E8-A1C2-30F5-8727-84D92AD89951 0x0000000100000000 /Users/maxwang/Library/Developer/Xcode/DerivedData/objc-dnbfetcywolbragldaprohldvehz/Build/Products/Debug/debug-objc [ 1] 1F893B81-89A5-3502-8510-95B97B9F730D 0x0000000100009000 /usr/lib/dyld [ 2] 20AC082F-2DB7-3974-A2D4-8C5E01787584 0x00007fff6e517000 /usr/lib/libobjc.A.dylib [ 3] 9A74FA97-7F7B-3929-B381-D9514B1E4754 0x00007fff37dbc000 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation [ 4] DB8310F1-272D-3533-A840-3B390AF55C26...

I could not find install_name_tool or DYLD_INSERT_LIBRARIES in Build Setting of debug-objc or objc target. I did not change any settings after git clone. Shouldn't it be setting the build...

They are the same both pointing to "build" path. [image: image.png] [image: image.png] On Wed, Apr 1, 2020 at 5:05 AM RetVal wrote: > I don’t know how to use...

https://github.com/RetVal/objc-runtime/commit/ba21fe7814f74c64efd1fe1e603040a7f79fd76d this commit worked for me on Mojave and Catalina. (756.2 20d965f did not). Thanks @programingHaozi for the idea to try other commits.

I am good with a previous commit for now. Did not want to disable this: csrutil status Thanks. On Tue, Apr 14, 2020 at 5:32 AM RetVal wrote: > Maybe...