After bringing CardIO (iOS XCode) into my build, I am receiving a link error for __udivmodsi4
Here are some specifics re my environment:
- Compiler Version GCC 4.2
- XCode v 3.2.5, iOS SDK 4.2
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using card.io requires Xcode 4.x. This is because old Xcode version use an older compiler version, which doesn’t provide support for
__udivmodsi4.