ios - Using Testflight, trying to generate Archive but error on chown for Entitlement.plist -


i've done requisite search on google error haven't found useful i'm posting here leads.

i'm using testflight. have followed the directions here xcode 4.

when product -> build -> archiving...it compiles , signs using key when product -> archive...it fails message

{some stuff before...but think culprit } /usr/sbin/chown -rh "entitlements.plist:staff" "/users/jtu/library/developer/xcode/deriveddata/myproject-agrwkgvjqjnrrvglrgpdcmvlquzy/build/intermediates/archiveintermediates/myprojectlite/installationbuildproductslocation/applications/playing cards lite.app" chown: entitlements.plist: invalid argument command /usr/sbin/chown failed exit code 1 

i tried change permissions entitlements.plist file 777...no luck.

i'm not stuck , can't create ipa archive testflight.

any ideas on should try?

i found culprit. i'm not sure how came "entitlements.plist" entered in install owner , alternate install owner. when chown trying chown owner:group using entitlements.plist:staff!

after changed user name. good. able product -> archive.

enter image description here


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -