ios - Beginner revoked all his certificates trying to fix the "10 apps in 7 days" error -


so background info...

my main development machine imac had functioning certificates , provisioning files. @ time, revoked certificates using macbook attempting fix "10 apps in 7 days" error, did not have certificates or profiles downloaded it. began playing xcode account after briefly reading suggestions fix error, well, made few mistakes haha.

the day after making these mis-opportune decisions, revoked following: mac installer distribution, ios development, mac app distribution, mac development, , ios distribution certificates macbook (and assume imac well?).

with in mind, i'm lost how proceed. contacted apple directly, unfortunately offer administratic support. i've read through number of past questions here re-installing certificiates - process rather automatic because of xcode , other answers suggest deleting , creating new certificates through itunes connect/member center.

with in mind, able recommend course of action regarding these certificates on both imac , macbook? also, have re-do/make changes 1 live app?

with feeling of "this can't worse", played around , fixed problem. first step, went keychain access - certificates. deleted certificates; xcode replace proper certificates. next step delete provisioning files in apple developer member center. there, created 2 new provisioning profiles (at least 1 app have live); 1 iphone development , 1 app store distribution. went through provisioning profile creation steps, downloaded both files, , double-clicked both files (both become part of xcode account identity). that, app able download onto test iphone 6. unfortunately finish process, had enter code terminal

rm -rf "$(getconf darwin_user_cache_dir)/org.llvm.clang/modulecache" rm -rf ~/library/developer/xcode/deriveddata rm -rf ~/library/caches/com.apple.dt.xcode 

if you're unlucky me, error in xcode app launches along lines of "no image found". thankfully code snippet fixes dilemma.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -