Hi,
I am following https://docs.particle.io/guide/how-to-build-a-product/mobile-app/#how-to-get-started- to setup the IOS SDK but ran into issue. After doing “pod install”, I don’t see .xcworkspace.
Setting up CocoaPods master repo
CocoaPods 1.1.0.beta.2 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.1.0.beta.2
Setup completed
Analyzing dependencies
[!] The dependency `SparkSetup` is not used in any concrete target.
My Podfile only have pod "SparkSetup"
.
Is https://docs.particle.io/guide/how-to-build-a-product/mobile-app/#how-to-get-started- the updated guide to follow or should I try Bendrix guide : Mobile SDK Install - Detailed help for Cocoapods install ? Thanks for the help.