Mujtaba Fadhil
Mujtaba Fadhil
I had similar issue after upgrading to RN 0.64.0 `ld: library not found for -lBoringSSL-GRPC` The problem was In **LIBRARY_SEARCH_PATHS** (Project -> Build Settings -> LIBRARY_SEARCH_PATHS) I had this ```...
I had similar issue after upgrading to RN 0.64.0 `ld: library not found for -lBoringSSL-GRPC` The problem was In **LIBRARY_SEARCH_PATHS** (Project -> Build Settings -> LIBRARY_SEARCH_PATHS) I had this ```...
I've just submitted the **Arabic** translation files as [a pull request](https://github.com/the-control-group/voyager/pull/1554). But I noticed that **Dimmers** in dashboard has some issues with Arabic language as shown in this picture ...
What a rapid response and solution @davidstoneham .. thanks it was solved by not selecting a particular column as you mentioned I found that the cause was the column (Sid)...
I've just tested many types and found that (timestamp) columns causes the same issue
This is because of using `use_frameworks!` in your Podfile it's required by **BRYXBanner** so keep it and add this code at the end of **Podfile** ``` dynamic_frameworks = ['BRYXBanner'] #...