Coder Social home page Coder Social logo

deliver: The provided entity includes an unknown attribute - 'startDate' is not an attribute on the resource 'appPrices about fastlane HOT 21 CLOSED

Mehdzor avatar Mehdzor commented on April 18, 2024 17
deliver: The provided entity includes an unknown attribute - 'startDate' is not an attribute on the resource 'appPrices

from fastlane.

Comments (21)

lucas-koontz avatar lucas-koontz commented on April 18, 2024 10

I believe it's being caused by this line.

I did a monkey patch to solve the issue on my end temporarily.

from fastlane.

PWhittle86 avatar PWhittle86 commented on April 18, 2024 10

Issue remains outstanding - just had to reapply the workaround for the latest version of Fastlane. Any updates?

from fastlane.

Glaubenio avatar Glaubenio commented on April 18, 2024 8

@lucas-koontz can you share your monkey patch?

from fastlane.

PWhittle86 avatar PWhittle86 commented on April 18, 2024 4

@Glaubenio , @pratikathubilo

I tried commenting out the line of code that Lucas highlighted and my latest upload has worked as expected.

To do this:

  • Find fastlane in your machine. I installed it with Brew and found it in: /usr/local/Cellar/fastlane/2.212.1/libexec/gems
  • find the file spaceship/lib/spaceship/connect_api/tunes/tunes.rb in the version of fastlane installed on your machine.
  • Comment out line 164 (startDate: nil) and save the file.
  • Run fastlane to see if it worked.

Your mileage may vary, but this worked for me until one of the Fastlane guys can do a proper fix. My suspicion is this is related to the changes Apple are making for app store pricing.

EDIT: Updated because the path was adjusted in newer versions of fastlane.

from fastlane.

Mehdzor avatar Mehdzor commented on April 18, 2024 3

Fastlane, any news on this one?

from fastlane.

pratikathubilo avatar pratikathubilo commented on April 18, 2024 1

@PWhittle86 Thank you so much, it helped me. And yeah Apple's changes with the App Store pricing have broken this I hope it gets resolved soon.

from fastlane.

PWhittle86 avatar PWhittle86 commented on April 18, 2024

Issue is occurring for me too. Command executed:

deliver(
username: USERNAME,
app_identifier: APP_BUNDLE_ID,
force: true,
metadata_path: './fastlane/metadata/',
app_rating_config_path: './fastlane/metadata/rating_config.json',
skip_screenshots: true,
copyright: COPYRIGHT,
price_tier: 0,
skip_binary_upload: true,
app_version: APP_VERSION,
team_id: APP_STORE_CONNECT_TEAM_ID,
api_key: API_KEY,
precheck_include_in_app_purchases: false
)

Caps variables have been getting replaced with required data and were working successfully until 3/3/23.

from fastlane.

mfradcourt avatar mfradcourt commented on April 18, 2024

Same issue here

from fastlane.

dsmyrnaios avatar dsmyrnaios commented on April 18, 2024

Same issue here too!

from fastlane.

pratikathubilo avatar pratikathubilo commented on April 18, 2024

I believe it's being caused by this line.

I did a monkey patch to solve the issue on my end temporarily.

Hey @lucas-koontz I'm not sure how to do this, but could you please help me with solving this temporarily? Perhaps a link to somewhere I could understand what a monkey patch is and how can I add it to my lane?

from fastlane.

lucas-koontz avatar lucas-koontz commented on April 18, 2024

Hey @pratikathubilo ! I'm so sorry for not seeing this before. If you having any issues still let me know.

PS: Thank you @PWhittle86

from fastlane.

trinitiwowka avatar trinitiwowka commented on April 18, 2024

any news on this one? (2)

from fastlane.

trinitiwowka avatar trinitiwowka commented on April 18, 2024

I got error "The provided entity includes an unknown attribute - 'startDate' is not an attribute on the resource 'appPrices' - /included/0/attributes/startDate" When price_tier: 0
and " 'price_tier' value must be a Integer! Found String instead" when price_tier: 'NONE'

from fastlane.

PWhittle86 avatar PWhittle86 commented on April 18, 2024

Also chasing this up, I keep having to reapply the hotfix across the team when they update to a new version of fastlane!

from fastlane.

msangals avatar msangals commented on April 18, 2024

Any news on this one?

from fastlane.

shizu2014 avatar shizu2014 commented on April 18, 2024

Is there any news on this?

from fastlane.

christruong90 avatar christruong90 commented on April 18, 2024

Just started seeing this issue since last update as well

from fastlane.

PWhittle86 avatar PWhittle86 commented on April 18, 2024

Chasing up - issue remains outstanding.

from fastlane.

davidfrasch avatar davidfrasch commented on April 18, 2024

Still an issue

from fastlane.

mathsnunes avatar mathsnunes commented on April 18, 2024

Hi guys,

Any news here? Is there a PR opened for this issue?

from fastlane.

rogerluan avatar rogerluan commented on April 18, 2024

#21633 intends to fix this issue and got merged earlier today. Expect this to be in the very next fastlane release 🙏

If you can't wait till the next release, and you are using Bundler, you can modify your Gemfile as such:

gem 'fastlane', git: 'https://github.com/fastlane/fastlane.git', branch: 'master'

And run bundle install to apply the changes.

from fastlane.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.