Zhuo

Results 7 comments of Zhuo

抱歉,这个库已经不打算维护了。

yeah,i use this lib in my app, i plan after release xcode 8 start to migrating.

目前项目里只支持竖屏,所以切换的代码没写。可能后面会补上这个功能

![image](https://user-images.githubusercontent.com/6942765/76919118-e9b49b00-6902-11ea-91cc-d25577abc462.png) Using query schema on other realm instance is working. But query on /default realm is always reponse 503. ``` "{\"type\":\"https://docs.realm.io/server/troubleshoot/errors#service-unavailable\", \"title\":\"The requested service is temporarily unavailable.\", \"status\":503,\"code\":802}" ```

Why doc says schema endpoint path is `/graphql/schema/:path `, I thought it means post to endpoint could get schema. ![image](https://user-images.githubusercontent.com/6942765/76919443-e8d03900-6903-11ea-888f-a70126e27564.png)

![image](https://user-images.githubusercontent.com/6942765/93727119-45cae580-fbec-11ea-89ff-b58bc476728e.png) On Xcode12 ‘VALID_ARCHS’ will cause build error of swift project.

![image](https://user-images.githubusercontent.com/6942765/93849137-efd66a80-fcdd-11ea-9400-5de23d934c5b.png) Replace it to this: ` s.xcconfig = { 'EXCLUDED_ARCHS' => 'i386', 'ONLY_ACTIVE_ARCH' => 'YES'}`