You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: