Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Refreshing Mobile SDK Pods
CocoaPods caches its pods in repos stored locally on your machine. If the pod repo gets
out of sync with forceios, you can manually update it.
When forceios creates a native app, it prints a list of
installed pods and their versions. For
example:
You can compare these versions to your forceios
version by typing:
If the
reported pod versions are older than your forceios version, run the following commands
in the Terminal window:
After setup completes, recreate your app with forceios
create.
1Installing SalesforceSDKCore (8.0.0)
2Installing SalesforceAnalytics (8.0.0)
3Installing SmartStore (8.0.0)
4Installing MobileSync (8.0.0)1forceios version1pod repo remove forcedotcom
2pod setup