function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SoleesSolees 

Installing SalesforceMobileSDK-iOS in XCode 4.3.2

For those who have upgrade to XCode 4.3.2 you will have to re-install the SalesforceMobileSDK-iOS.  Follow this steps to a success installation.

 

1) Get into Terminal.app, go to your favorite folder in the command line (for example Documents) and execute the following command line (be sure not to have spaces in the name of your subfolders or the installation will fail):

"git clone https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git"

 

 

2) Then execute the following command lines (it may ask for your password for this changes):

first "sudo xcode-select -switch /Applications/Xcode.app"

second "sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer"

third "xcodebuild -version" and you will see something like "Xcode 4.3.2 Build version 4E2002"

 

3) Get in the folder you cloned the github documents "cd SalesforceMobileSDK-iOS"

 

4) Finally execute the following command line

"./install.sh"

 

5) Thats it, have fun.

 

Best Answer chosen by Admin (Salesforce Developers) 
Naresh123Naresh123

Hi Solees,

                   I am new to the mobile development and if i want to develop the iPhone app to access the salesforce data.What are the initial requirements(H/ware,tools etc) i need to have before start development?Pls help me out by giving the reply...

 

 

Many thanks in advance...

 

 

Regards,

Naresh