I am trying to add ActionSheetPicker manually to my project. And when add the folder I get linker command failed with exit code 1 (use -v to see invocation) error. After removing the ActionSheetPicker folders, my projects builds just fine. Help please. (I am using Xcode 8.1)
            Asked
            
        
        
            Active
            
        
            Viewed 164 times
        
    0
            
            
        
        NotABot
        
- 516
 - 1
 - 8
 - 27
 
- 
                    Can u share which action sheet exactly you are trying to use ? – Manish Pathak Dec 22 '16 at 08:34
 - 
                    I have only added the folder to the project and there are lots of files. I haven't imported any file to my project yet. – NotABot Dec 22 '16 at 09:02
 - 
                    Is it a third party library ? Can u provide link to the library. I just want to know which is the library, from where you have downloaded the library any link. Also you are using Swift 3.0, I just want to confirm if you are using the correct version of the library or not. – Manish Pathak Dec 22 '16 at 09:05
 - 
                    https://github.com/skywinder/ActionSheetPicker-3.0 here. I am not using Swift. – NotABot Dec 22 '16 at 09:09
 
1 Answers
0
            
            
        Found it. Somehow I had added it twice to my project. Removing one reference did it for me.
        NotABot
        
- 516
 - 1
 - 8
 - 27