H-Shafiei

Results 15 comments of H-Shafiei

Thanks for the response. For `protoc-gen-go` if I install `google.golang.org/[email protected]`, it doesn't support the grpc plugin which I should install `protoc-gen-go-grpc` as well which then I encounter this error: ```...

Can anyone help with this issue please?

> Which React Native and recyclerlistview versions are you on? I have RN 0.58.04 and recyclerlistview version 1.3.4

Sorry I didn't have internet access so I am answering after 4 days:) Here is what I do main.m: ``` int main (int argc, const char * argv[]) { @autoreleasepool...

There is no problem with the entitlements. Even with `CFRunLoopRun()` it doesn't work. Any other ideas?

Nothing happens. It gets stuck at `_scan` method Have you ever used this in a launch daemon?

This doesn't work either:( I can solve my problem another way. What I am trying to do is I want to connect to a given network (the ssid and encryption...

here is the result: ` com.apple.CommCenter.Messages-send com.apple.coretelephony.Identity.get com.apple.developer.ubiquity-container-identifiers com.apple.locationd.preauthorized com.apple.wifi.manager-access keychain-access-groups apple com.apple.preferences com.apple.CommCenter.Messages-send com.apple.coretelephony.Identity.get com.apple.developer.ubiquity-container-identifiers com.apple.locationd.preauthorized com.apple.wifi.manager-access keychain-access-groups apple com.apple.preferences com.apple.CommCenter.Messages-send com.apple.coretelephony.Identity.get com.apple.developer.ubiquity-container-identifiers com.apple.locationd.preauthorized com.apple.wifi.manager-access keychain-access-groups apple com.apple.preferences `

any help with the network association thing? I mean connect to network without scanning.

That is one solution for sure; But why not add something to handle it inside the module? One way I can think of is we can add an option to...