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.
Comments
Post a Comment