Is this necessary to create static library for creation of framework or we can create it without help of static library what is diffrence betwwen them.
            Asked
            
        
        
            Active
            
        
            Viewed 48 times
        
    1 Answers
0
            
            
        You have two options for creating framework, one is static library (code is linked at compile time) and iOS8 onwards dynamic framework(code is linked at runtime). Refer to following answers for knowing the difference between them :
Library? Static? Dynamic? Or Framework? Project inside another project
 
    
    
        Community
        
- 1
- 1
 
    
    
        Chengappa C D
        
- 1,841
- 1
- 12
- 19
