After the introduction of Cocoapods, this error may be reported after the first compilation, or after an update is performed:
Pods was rejected as a implicit dependency for ' LIBPODS.A ' because it architectures ' x86_64 ' didn ' t contain all required Architectures ' i386 '
Check out some of the information, there is a solution on the internet is to set up the POD project valid architectures and your project works valid architectures consistent
Tried without success,
After trying to find a solution: the specific solution is as follows:
Make sure that 3 is set to the latest SDK, making sure that 4 of the local settings and engineering settings are the same
Update: Once again encountered this problem, according to the above method cannot resolve, please try the following workaround:
A friend updated Cocoapods in our project. When I pulled the latest stuff from Git I got the following error:
Pods was rejected as a implicit dependency for ' LIBPODS.A ' because it architectures ' x86_64 ' didn ' t contain all required Architectures ' i386 '
This results in
Ld:library not found for-lpods-___podlibrary____
clang:error:linker command failed with exit code 1 (use-v to see Invocation)
I have searched around for hours now trying to find it. The most common fixes I ' ve tried is. Deleted derived data Delete build data delete pods, and reinstalled with ' pod install ' Clean Project all of the above at T He same time experimented with "Build Active Architecture only", both in our project and in Pod project. Inserted ARMv7 and armv7s as hard code instead of $ variable experimented with ' architectures ', both in we project and in Pod Project. Inserted ARMv7 and armv7s as hard code instead of $ variable
We are aiming for IOS 8, IPhones.
My friend got it to work by combining the first 4 options, but I cannot.
Does anyone has any suggestions? We ' re supposed to release before Christmas so production time is precious:D
Reference Address: http://stackoverflow.com/questions/27388957/ Pods-was-rejected-as-an-implicit-dependency-for-libpods-a-because-its-architec