missing required architecture x86_64
问题 I have an old project, that I recompiled for an uodate, and it is now showing this error message: …. missing required architecture x86_64 in file myLibrary.a …. I have tried various tricks that I could find on the net after searching on missing required architecture x86_64 in file , but with no success. Anyone knows how to properly handle the issue? I am using Xcode Version 7.0.1. Running: lipo -info myLibrary.a shows: Architectures in the fat file: myLibrary.a are: armv7 arm64 I have been