ios - Archiving in xcode takes very long time -
while archiving ios project in xcode 5.0.2 'debug' configuration selected takes hardly couple of minutes, while same 'release' configuration selected takes more 30 minutes. process gets stuck @ analysing(shallow) of time. same not true other projects. have have issue? thank you.
update: while archiving gets struck once in middle of analyzing , again @ end of analyzing(shallow).
are sure running product->archive
, not product->analyse
? analyzing step mention give away. possibility somehow changed archive step analyze.
update: based on comment: turn off analyze in archive step.
Comments
Post a Comment