iOS Native Quick Start
- Make sure you meet the native iOS requirements.
- Create a project in the style that you prefer:
- Wizard Style (Recommended)
- To create a project with forceios, CocoaPods, node.js, and npm:
- Install nodejs (includes npm)—https://nodejs.org
- Install CocoaPods, latest version—https://www.cocoapods.org.
- Using npm, install forceios. (npm is automatically installed
with
nodejs).
1sudo npm install -g forceios - In a Terminal window, use forceios to create an
app.
1forceios create
- Semi-Manually
- To add Mobile SDK Swift template files, libraries, and settings to an Xcode template project without using forceios and its third-party dependencies, see Creating an iOS Swift Project Manually, option 1.
- Fully Manually
- To manually recode an Xcode Swift template project as a Mobile SDK project, without using forceios and its third-party dependencies, see Creating an iOS Swift Project Manually, option 2.