Coder Social home page Coder Social logo

Comments (10)

sfransen avatar sfransen commented on September 28, 2024 2

If you check out my branch of fastlane

https://github.com/sfransen/fastlane

you can add to device to license and then add to all provision profiles.

the syntax to do this would be

sign download_all --force debug --verbose --username [email protected]
[email protected] --skip_install

it works for me up to a point with I got too many Devices and Provision
profiles in the license

i get timeouts

But on any reasonable license it will be fine.
But I have a very large License and I trying to solve my problem.
I am also downloading the Provision profiles is the correct names not what
Spaceship default to.

if you have a problem let me know.

so the way to install this is to do normal install

sudo gem install fastlane
sudo gem install sigh

then you will need to merge my changes to the spaceship and sigh.
I will try and update to the latest version of the their code and then it
will be easier.

Steven Fransen

On Tue, Apr 19, 2016 at 10:48 PM, vishwesh [email protected] wrote:

I want to automate adding new devices and generating provisioning
profiles. Sigh doesn't seem to have that.
Like maintain - devices.txt
UDID1 device_name_1
UDID2 device_name_2


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#238 (comment)

from cupertino.

subatomicglue avatar subatomicglue commented on September 28, 2024 1

Just saw this added as pull request:

Note: Cupertino stopped working due to a recent change on the Apple Developer Portal. A maintained alternative is to use spaceship to communicate with Apple's Developer back-end, or use any of the fastlane tools, like match or sigh.

from cupertino.

sfransen avatar sfransen commented on September 28, 2024

Apple changed all the urls and more

Sent from my iPhone5

On Mar 15, 2016, at 12:10 AM, hw20101101 [email protected] wrote:

shikeim01deMac-mini:~ shikeim01$ ios devices:list
error: Cupertino::ProvisioningPortal::UnexpectedContentError. Use --trace to view backtrace

thank you.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#238

from cupertino.

DaveKap avatar DaveKap commented on September 28, 2024

Would this be why I can't get Cupertino working at all now? It needs to be updated with all the URLs that have changed?

from cupertino.

sfransen avatar sfransen commented on September 28, 2024

More the just URLs have change

Sent from my iPhone5

On Mar 24, 2016, at 3:50 PM, DaveKap [email protected] wrote:

Would this be why I can't get Cupertino working at all now? It needs to be updated with all the URLs that have changed?


You are receiving this because you commented.
Reply to this email directly or view it on GitHub

from cupertino.

vishweshji avatar vishweshji commented on September 28, 2024

Any updates on this ?

from cupertino.

DaveKap avatar DaveKap commented on September 28, 2024

Go grab "Sigh" here: https://github.com/fastlane/sigh Solved all my problems.

from cupertino.

vishweshji avatar vishweshji commented on September 28, 2024

I want to automate adding new devices and generating provisioning profiles. Sigh doesn't seem to have that.
Like maintain - devices.txt
UDID1 device_name_1
UDID2 device_name_2

from cupertino.

subatomicglue avatar subatomicglue commented on September 28, 2024

Getting this same type of message today.
Tried two accounts and same results.
All ios commands I try give a similar result.

$ ios app_ids:list --trace
/Library/Ruby/Gems/2.0.0/gems/cupertino-1.3.4/lib/cupertino/provisioning_portal/agent.rb:342:in list_app_ids': Cupertino::ProvisioningPortal::UnexpectedContentError (Cupertino::ProvisioningPortal::UnexpectedContentError) from /Library/Ruby/Gems/2.0.0/gems/cupertino-1.3.4/lib/cupertino/provisioning_portal/commands/app_ids.rb:12:inblock (3 levels) in <top (required)>'
from /Library/Ruby/Gems/2.0.0/gems/cupertino-1.3.4/lib/cupertino/provisioning_portal/helpers.rb:58:in try' from /Library/Ruby/Gems/2.0.0/gems/cupertino-1.3.4/lib/cupertino/provisioning_portal/commands/app_ids.rb:12:inblock (2 levels) in <top (required)>'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.4.0/lib/commander/command.rb:178:in call' from /Library/Ruby/Gems/2.0.0/gems/commander-4.4.0/lib/commander/command.rb:178:incall'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.4.0/lib/commander/command.rb:153:in run' from /Library/Ruby/Gems/2.0.0/gems/commander-4.4.0/lib/commander/runner.rb:444:inrun_active_command'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.4.0/lib/commander/runner.rb:68:in run!' from /Library/Ruby/Gems/2.0.0/gems/commander-4.4.0/lib/commander/delegates.rb:15:inrun!'
from /Library/Ruby/Gems/2.0.0/gems/commander-4.4.0/lib/commander/import.rb:5:in `block in <top (required)>'

from cupertino.

marslo avatar marslo commented on September 28, 2024

Same issue also. Here details:

$ ios app_ids:list --trace
/Library/Ruby/Gems/2.3.0/gems/cupertino-1.3.4/lib/cupertino/provisioning_portal/agent.rb:342:in `list_app_ids': Cupertino::ProvisioningPortal::UnexpectedContentError (Cupertino::ProvisioningPortal::UnexpectedContentError)
	from /Library/Ruby/Gems/2.3.0/gems/cupertino-1.3.4/lib/cupertino/provisioning_portal/commands/app_ids.rb:12:in `block (3 levels) in <top (required)>'
	from /Library/Ruby/Gems/2.3.0/gems/cupertino-1.3.4/lib/cupertino/provisioning_portal/helpers.rb:58:in `try'
	from /Library/Ruby/Gems/2.3.0/gems/cupertino-1.3.4/lib/cupertino/provisioning_portal/commands/app_ids.rb:12:in `block (2 levels) in <top (required)>'
	from /Library/Ruby/Gems/2.3.0/gems/commander-4.4.4/lib/commander/command.rb:178:in `call'
	from /Library/Ruby/Gems/2.3.0/gems/commander-4.4.4/lib/commander/command.rb:153:in `run'
	from /Library/Ruby/Gems/2.3.0/gems/commander-4.4.4/lib/commander/runner.rb:446:in `run_active_command'
	from /Library/Ruby/Gems/2.3.0/gems/commander-4.4.4/lib/commander/runner.rb:68:in `run!'
	from /Library/Ruby/Gems/2.3.0/gems/commander-4.4.4/lib/commander/delegates.rb:15:in `run!'
	from /Library/Ruby/Gems/2.3.0/gems/commander-4.4.4/lib/commander/import.rb:5:in `block in <top (required)>'

from cupertino.

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.