Skip to content

Instantly share code, notes, and snippets.

@inky
Created October 9, 2012 20:38
Show Gist options
  • Select an option

  • Save inky/3861265 to your computer and use it in GitHub Desktop.

Select an option

Save inky/3861265 to your computer and use it in GitHub Desktop.
Getting Psychic Seahorse up and running again with iOS 6 as the base SDK.
"Xcode cannot run using the selected device"?
→ Don't use the "iOS Device" scheme — look for the name of the device in the schemes list.
Linker error with Parsekit (or another sub-project)
→ Change the architecture to just "armv7", rather than "armv7, armv7s".
Parsekit crashing with "Symbol not found: _objc_setProperty_nonatomic"
→ Specify an iOS Deployment Target for Parsekit (i.e. don't leave it as "Default").
http://stackoverflow.com/questions/7874341/no-provisioned-ios-devices-are-available-with-a-compatible-ios-version/8252228#8252228
http://stackoverflow.com/questions/12427714/parsekit-for-ios-no-compatible-with-armv7s-architecture-iphone-5
http://stackoverflow.com/questions/12640193/parse-kit-crashing-on-xcode-4-5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment