XCode Generic Archive instead of iOS app Archive -
my application stops creating ios app archive, instead begins creating xcode generic archive.
this happening after working on changes new release of app, i've added logical, ui changes , new frameworks.
i reviewed "skip install" flags project, target , pod libraries i'm using. ok. made sure copy header build phase not including public nor private headers, project headers. checked "installation path" set valid path in project , target, , it's pointing applications.
i've not target dependencies on main target nor copy files phase.
please if 1 have found other possible things cause error i'd appreciate help. fyi i'd read following post in stackoverflow:
after spending more 4 hours on found happening in case. basically, problem (xcode generic archive generation instead of app archive) caused because of addition of sass preprocess .css file i'm using pixate.
i found minutes ago there new instructions add sass, , can find these here adding sass ios
i had followed instructions in pixate page to add sass pixate these instructions causing default.css file generated outside app .ipa file. show in attached image. .
Comments
Post a Comment