ios - Cocoapods error with XCode 5.1 -


i updated xcode 5.1 version , when try build project following error:

pods rejected implicit dependency 'libpods.a' because architectures 'armv7s' didn't contain required architectures 'armv7 armv7s'

any solution? i've tried updating cocoapods gem no success.

this should fix problem:

1.delete "pods" project workspace in left pane of xcode , close xcode.

2.run "pod install" command line recreate "pods" project.

3.re-open xcode , make sure "build active architecture only" set "no" in build settings of both "pods" project , own project.

4.clean , build.

more on topic: https://stackoverflow.com/a/22336208/1041311


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -