yannis assael | the blog

  • Home
  • About
  • Categories
    • Android
    • Computing
    • iOS
    • Machine Learning
    • MacOSX
  • GitHub
  • Mobile Apps
  • yannisassael.com


Posts Tagged ‘ios’

Status Barred – Crop your iPhone/iPad Screenshots for Appstore

Written by iassael on 15/05/2012. Posted in computing, iOS

Status BarredCrops your iOS screenshots to remove the status bar. Removing the status bar is recommended by apple before submitting to iTunes Connect and being displayed on the app store (Page 13 in the iTunes Connect Developer Guide).

Supports:
-iPod/iPhone non retina display (portrait & landscape)
-iPod/iPhone retina display (portrait & landscape)
-iPad (portrait & landscape)

  • Continue Reading
  • No Comments

Appcelerator Latest iOS SDK not Detected

Written by iassael on 02/05/2012. Posted in computing

If you are having a problem with Appcelerator Titanium not detecting an iOS SDK while you updated your XCode…
First run this to see the available SDK versions:
xcodebuild -showsdks
And then if it doesnt show up.. select the lastest:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
I was facing this problem with iOS 5.1 …
J.

  • Continue Reading
  • No Comments