Skip to content
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

Extension external variable name conflict #128

Closed
herbertbintoroe opened this issue Oct 23, 2014 · 2 comments
Closed

Extension external variable name conflict #128

herbertbintoroe opened this issue Oct 23, 2014 · 2 comments

Comments

@herbertbintoroe
Copy link

I am trying to integrate 1Password extension into my app (that also have a Braintree extension in it).

Apparently these variable names are very generic and caused these errors when I am trying to build it:

ld: 30 duplicate symbols for architecture armv7

Problematic Variable Names:

AppExtensionUsernameKey
AppExtensionPasswordKey
....

Solution I have tried (by renaming the variable name and giving them prefix) :

OPAppExtensionUsernameKey
OPAppExtensionUsernameKey
...

Just wonder if you guys are aware of this and are working on a solution

@herbertbintoroe
Copy link
Author

Actually it's not an issue with 1Password app extension, it's an issue with the BrainTree SDK: braintree/braintree_ios#53.

I think it still makes sense to namespace the variable names tho :)

Thanks!

@radazzouz
Copy link
Contributor

Hey @herbertbintoroe,

Thanks for the update 👍

Cheers!

Rad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants