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

Unsupported architecture i386, x86_64 #27

Open
dimkoy opened this issue Mar 1, 2019 · 0 comments
Open

Unsupported architecture i386, x86_64 #27

dimkoy opened this issue Mar 1, 2019 · 0 comments

Comments

@dimkoy
Copy link

dimkoy commented Mar 1, 2019

When submit application with PayCards framework, iTunes return an error about unsupported architectures i386 and x86_64

Quick fix

Open terminal and execute following commands
lipo -remove x86_64 /YOUR_PATH/PayCardsRecognizer.framework/PayCardsRecognizer -o /YOUR_PATH/PayCardsRecognizer.framework/PayCardsRecognizer

lipo -remove i386 /YOUR_PATH/PayCardsRecognizer.framework/PayCardsRecognizer -o /YOUR_PATH/PayCardsRecognizer.framework/PayCardsRecognizer

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

1 participant