-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
duplicate symbol BTError* #106
Comments
@RolandasRazma can you try |
@SolomonBier same thing |
Which versions of Xcode and CocoaPods are you using? |
@RolandasRazma I investigated your sample project and found the problem:
This line/setting in your |
@intelliot good find. I didn't set it myself. Xcode 6.3 beta sets it by default to new projects. |
We've fixed a bug in Here's an example of using the
If you prefer, you can also specify a specific commit instead. Thank you for letting us know about this issue! |
I'm using cocoa pods to install braintree on empty project.
I do
#import <Braintree/Braintree.h>
in 2 files and I'm gettingduplicate symbol
errors for simulator but not for device.Am i missing something?
sample project:
https://www.dropbox.com/s/rzxbbv317yh3goy/braintree.zip
The text was updated successfully, but these errors were encountered: