tabris-js: Cannot access iOS build artifacts
ipas get successfully built on http://tabrisjs.com , but when trying to download them, following XML is served instead:
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>...</RequestId>
<HostId>
...
</HostId>
</Error>
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 1
- Comments: 40 (3 by maintainers)
Among other things I can see is that your app revision changed between these two builds. The working build is
808f887a3a3cfe9053e8c93697fdda0fa3e1dc6fthe broken build8924b5ce112a00aff8dc4d02c0e8317202d6e031. Could you create a branch pointing to your old revision and build this?