ios - No such module "Armchair" -


this problem driving me insane. whatever do, problem "no such module 'armchair'" when archive. works when build when archive xcode messes me. see xcode archiving/compiling armchair.

  • i have added $(project_dir)/appname/external/armchair/build/release-iphoneos framework search paths.
  • i have added framework in embedded binaries
  • i have added framework in linked frameworks , libraries
  • i have tried adding framework copy frameworks in build phases
  • i have tried adding armchair framework workspace instead , added & coping framework there.

i think have tried raindance, sure. keeps refusing work when archiving, works normal building , running on device.

i have read , tried these related questions:

running xcode 7.1. suggestions on how solve it?

ok, figured out. simple , kind of stupid reason if ask me.

my core app 3 configurations:

  • debug
  • release
  • pre-release

the framework added app, in case armchair, has debug , release configuration. when archive app, pre-release configuration used, doesn't exist included armchair.xcodeproj. added pre-release configuration armchair.xcodeproj solved problem.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -