rake db:migrate aborted (rake version complain)
"bundle update" should do the trick!
In iOS 7, app icons for high-resolution iPhone and iPod touch are 120 x 120 pixels; for high-resolution iPad, app icons are 152 x 152 pixels.
Note:
iOS 7 doesn’t apply shine or a drop shadow to the app icon. iOS 7 still applies a mask to make app icon corners rounded, it uses a different corner radius than earlier versions of iOS.
sudo vim ~/.bash_profile
then add the following line:
export ANDROID_HOME="ANDROID_SDK_PATH"
2) Create a file local.properties in the root directory of your Android project, and add the line:
sdk.dir= ANDROID_SDK_PATH
- (void)presentPopoverFromRect:(CGRect)rect inView:(UIView *)theView
permittedArrowDirections:(UIPopoverArrowDirection)arrowDirections animated:(BOOL)animated {}
[keyView addSubview:backgroundView];
[theView addSubview:backgroundView];