Moving to iOS6 I get this linker error with almost all external packages

"was created for an archive that is not related to architecture (armv7s)"

I need to wait for people to release new binaries, or I have a way out,
I get this for GoogleAnalytics Restkit ...

EDIT: The problem with Restkit is resolved with their last commit, just pull from github,

+5
source share
3 answers

EDIT: The problem with Restkit is resolved, check out the latest commit from github: git: //github.com/RestKit/RestKit.git

EDIT: The problem with Google Analytics has also been resolved since version 1.5.1, just download the new version.

Just remember to delete the old binaries and then clean them.

, "RestKit", , , (, Armv7), , , .

, iOS iPhone 6.0 Simulator , , Google Analytics,

" iOS" ( ) , .

+1

, , armv7s iPhone 5 A6. armv7 iOS 6 , .

  • β†’ β†’
  • "..."
  • "armv7"
  • $(ARCHS_STANDARD_32_BIT)
+5

: http://wanderingcoder.net/2012/09/16/no-armv7s-til-tested/

Basically: remove armv7 from the architecture in your build settings until you can access the device (in a few days, I suppose). And people (like Google for Google Analytics) are starting to release binary files, not releasing hacked, unverified code.

0
source

All Articles