-
The provided entity includes an unknown attribute - 'availableInNewTerritories' is not an attribute on the resource 'apps' - /data/attributes/availableInNewTerritories
The provided entity includes an…
-
### New Issue Checklist
- [X] Updated fastlane to the latest version
- [X] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [X] I read …
-
I keep getting the "your AppleID is locked" error when using Xcodes.
I know there have been a lot of problems with AppleID recently (the great account locking of late April…) but despite that this …
schwa updated
2 weeks ago
-
Connecting to iTunes Connect now results in a 412 error.
```
const i = new itc.Itunes(
config.appstore.login,
config.appstore.password,
{
errorCallback: reject,
…
doguh updated
3 years ago
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [doc…
-
I'm using `rcodesign` to sign and notarize an Electron app. The signing phase seems to succeed, and Apple's codesign tool can verify the result when issuing `codesign --verify --deep --strict`. Howeve…
-
### Checklist before submitting a feature request
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing [Github issues](https://github.com/facebook/facebook…
-
### New Issue Checklist
- [ x ] Updated fastlane to the latest version. **Version 2.212.1**
- [ x ] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRI…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read …
-
I have a project that contains Fastlane action to upload the IPA file to the testflight. I want this process running on CI as well.
This is my lane settings, as you could see I already set the 'skip_…