• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

new packager worries

New Here ,
May 04, 2011 May 04, 2011

Copy link to clipboard

Copied

Hi has anyone used the the packager in CS5.5

I have done everything I can think of but still getting a codesign error

I have revoked all  the certif and deleted the keys from keychain access

entered the correct email address generated all new ones

(def using the Distribution certif as well....)

and still getting this error.

I have 5 apps in the store already, so I think I know what I am doing

I wondered if its the new adobe packager and has anyone used this

cheers

KBN

TOPICS
Development

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 04, 2011 May 04, 2011

Copy link to clipboard

Copied

Are you sure that the provisioning profile is also distribution?

Here's something you can do in Terminal:

cd into the folder where the app file is (you can get the app file by unzipping the IPA file, the app is in the Payload folder)

type this: codesign -dvvv nameofapp.app

That will give you a report about the signing, and you should be able to spot what is amiss.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 04, 2011 May 04, 2011

Copy link to clipboard

Copied

thanks colin

I have dragged my payload folder to terminal and typed [codesign -dvvv noa.app] but just getting "payload is a folder"

...tried / and ./ but not getting any useful info back

what exactly do I have to do. the boss wants this UL tonight and I'm clueless as to where to go next

cheers

KBN

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 04, 2011 May 04, 2011

Copy link to clipboard

Copied

cd into the Payload folder, then try the codesign line.

So, type this in Terminal:

cd

and drag the payload folder to get the full path, the whole line would be:

cd /Users/colin/Payload

or something like that. Then press Return, and then the codesign line should work.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 04, 2011 May 04, 2011

Copy link to clipboard

Copied

hi colin

my app is in the payload folder, and the path is as you have explained but getting

no such file or directory.

cd/Users/myname/Desktop/Payload   codesign -dvvv noa.app

thanks

KBN

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 04, 2011 May 04, 2011

Copy link to clipboard

Copied

What you wrote looks wrong. It would be this:

cd /Users/myname/Desktop/Payload

and then you press Return, and then type this:

codesign -dvvv noa.app

and press Return again. Note the space between "cd" and "/Users...".

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 04, 2011 May 04, 2011

Copy link to clipboard

Copied

Hi Colin I got this

(I have deleted CD hash and changed the identifier, everything else is as is)

Identifier=com.xxx.myapp

Format=bundle with Mach-O thin (armv7)

CodeDirectory v=20001 size=50919 flags=0x0(none) hashes=2538+5 location=embedded

CDHash=lots of numbers and letters

Signature size=4331

Authority=iPhone Developer: company name (MDQ4D6Z2998)

Authority=Apple Worldwide Developer Relations Certification Authority

Authority=Apple Root CA

Signed Time=4 May 2011 20:28:05

Info.plist entries=32

Sealed Resources rules=5 files=68

Internal requirements count=0 size=12

what am I looking for?

I revoked deleted and generated all again and created new ones, One more time and still got a codesign error

using cs5.5 packager

ta

KBN

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 04, 2011 May 04, 2011

Copy link to clipboard

Copied

This line:

Authority=iPhone Developer: company name (MDQ4D6Z2998)

tells you for sure that you are using the developer certificate. So something you're doing is wrong. When you did the Apple Store build, had you selected both the distribution certificate and provisioning files in the Distribution tab of publishing settings?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 04, 2011 May 04, 2011

Copy link to clipboard

Copied

LATEST

thanks Colin

it was all about the certificate and about my partial understanding of how it all worked

with your help this evening  it uploaded without a problem and I have learned something too

Time to talk to my wife now, its amazing how much time this programming lark swallows up!

cheers

KBN

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 04, 2011 May 04, 2011

Copy link to clipboard

Copied

sorry havent got that far yet, did a quick re-export seems to be running faster than before..

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines