Mujtaba Fadhil

Results 6 comments of 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 ![download](https://user-images.githubusercontent.com/7612635/29248937-5ae707c0-802d-11e7-92b2-667009625f44.png)...

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'] #...