Xiaowei Zhu

Results 10 comments of Xiaowei Zhu

我在自己服务器和fabu.apppills.com都尝试了,都显示不全 ![](https://img.carlwe.com/fabu.love_https.png) 怀疑跟apk打包的配置有关: debuggable true minifyEnabled true zipAlignEnabled true shrinkResources true signingConfig signingConfigs.debug proguardFiles xxx 还有预览页加载慢的问题,在fabu.apppills.com上面就比较快,需要做其他什么配置吗?

@CasperWA I tested the same action between [checked](https://github.com/awslabs/clickstream-web/actions/runs/5945540647/attempts/3) and [unchecked](https://github.com/awslabs/clickstream-web/actions/runs/5945540647/attempts/2) the `Do not allow bypassing the above settings`, if checked the setting, the action will failed with above error, if...

I meet the same problem, and when i refresh in home fragment, the error message will be show in logcat: ``` 403:The request is understood, but it has been refused....

I faced the same issue, how to test with `xcodebuild test`, and what format file is correct?

> https://github.com/ansforge/IG-documentation/actions/runs/5455795460 Hi~ I also meets this error, after I try to add PAT token when checkout, the push action is works well. ``` - uses: actions/checkout@v3 with: ref: main...

@ZPascal the [Test1](https://github.com/awslabs/clickstream-web/actions/runs/5935352654/workflow#L15) with default GitHub token is failed with above error, and the [Test2](https://github.com/awslabs/clickstream-web/actions/runs/5935387295/workflow#L15) with PAT is successful, the only difference of this two test is the token set...

@ZPascal I also test this [case](https://github.com/awslabs/clickstream-web/actions/runs/5935732528/workflow#L15-L27) for only set the PAT as token in `checkout@v3` action, that is also successful, and I found the [description](https://github.com/actions/checkout/blob/main/README.md?plain=1#L33-L35) of token in checkout action:...

This is a very useful feature for developers using the CocoaPods managed project. Looking forward to merging soon.