We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
Hey @herbertbintoroe,
Thanks for the update 👍
Cheers!
Rad
No branches or pull requests
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:
Problematic Variable Names:
Solution I have tried (by renaming the variable name and giving them prefix) :
Just wonder if you guys are aware of this and are working on a solution
The text was updated successfully, but these errors were encountered: