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-iphoneosframework 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:
- no such module 'pffacebookutils'
- "no such module" on xcode 7 beta 2
- cannot install alamofire in new xcode project. "no such module alamofire"
- getting error "no such module" using xcode, framework there
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
Post a Comment