Posts

Showing posts from May, 2015

Mobile SDK Upgrade From 2.3 to 3.0

Image
Compilation and Linking Issues Upgrading Salesforce Mobile SDK from 3.1 to 3.2 is indeed quite simple $ cd < your_Cordova_app_folder > $ cordova plugin rm com.salesforce $ cordova plugin add https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin $ cordova prepare But every time I did the upgrade from 3.x to latest version of SDK. I see the following set of errors. Undefined symbols for architecture arm64:   "_OBJC_CLASS_$_SFHybridViewController", referenced from:       objc-class-ref in AppDelegate+SalesforceHybridSDK.o   "_OBJC_CLASS_$_SFDefaultUserManagementViewController", referenced from:       objc-class-ref in AppDelegate+SalesforceHybridSDK.o   "_OBJC_CLASS_$_SFUserAccountManager", referenced from:       objc-class-ref in AppDelegate+SalesforceHybridSDK.o   "_OBJC_CLASS_$_SFLogger", referenced from:       objc-class-ref in AppDelegate+SalesforceHybridSDK.o   "_OBJC_CLASS_$_S

Sticky horizontal bar on Mac

Image
Problem: I encountered a sticky horizontal bar, after a failed or incomplete download. Please see the pic below. Horizontal Line on Doc Solution: run killall Dock References: http://apple.stackexchange.com/questions/159541/what-is-this-line-on-my-dock