Shmoopi / iOS-System-Services

iOS System Services is a class to gather all available information about a device.
http://www.shmoopi.net/
MIT License
2k stars 365 forks source link

duplicate symbol _JailbrokenChecks #17

Closed arvindksharma closed 9 years ago

arvindksharma commented 9 years ago

After adding this library to my project, I am getting this error.

I have tried all possible ways to debug it, but in-vain. When I remove the library, project builds fine, thus making sure that I have neither imported any .m file nor any other such duplicate linking.

I am in the middle of a very important project and stuck at dead end. Can you please help me in that as soon as possible.

Thanks, Arvind jailbreak

Shmoopi commented 9 years ago

Hello Arvind,

It appears that you are building the class files twice in your project. You'll need to go through your build settings and build phases to determine how it is being accessed twice. Here is a link that may help: http://stackoverflow.com/questions/12988987/duplicate-symbols-for-architectures-in-xcode

Thanks, Shmoopi