A simple yet powerful App Review Manager for iOS and OSX in Swift
           
               
           
            
        
            
             
              
      
                 
                
                
            
            
This problem is driving me insane. Whatever I do, I get the problem "No such module 'Armchair'" when I archive. It works when I build but when I archive XCode messes with me. I see XCode archiving/compiling Armchair.
- I have added 
$(PROJECT_DIR)/AppName/External/Armchair/build/Release-iphoneos to Framework Search Paths.  
- I have added the framework in Embedded binaries
 
- I have added the framework in Linked Frameworks and Libraries
 
- I have also tried with adding the framework to copy frameworks in my 
Build Phases 
- I have tried by adding the Armchair framework to my workspace instead and only added & coping the framework from there.
 
I think I have even tried a raindance, just to be sure. It keeps refusing to work when archiving, but works for normal building and running on device.
I have read and tried these related questions:
Running XCode 7.1. Any suggestions on how to solve it?
        Source: (StackOverflow)