webex / spark-ios-sdk-example-buddies

A user friendly sample implementation of Spark client SDK and showcases production scenarios with Spark-SDK APIs.
MIT License
3 stars 1 forks source link

Compile Error on 'master' branch #2

Closed Tomo-SmudgeApps closed 6 years ago

Tomo-SmudgeApps commented 6 years ago

I'm encountering the following when I try to pod install on the 'master' branch

[!] CocoaPods could not find compatible versions for pod "SparkSDK":
  In snapshot (Podfile.lock):
    SparkSDK (from `https://github.com/ciscospark/spark-ios-sdk.git`, branch `develop`)

  In Podfile:
    SparkSDK (from `https://github.com/ciscospark/spark-ios-sdk.git`, branch `develop`)

Specs satisfying the `SparkSDK (from `https://github.com/ciscospark/spark-ios-sdk.git`, branch `develop`), SparkSDK (from `https://github.com/ciscospark/spark-ios-sdk.git`, branch `develop`)` dependency were found, but they required a higher minimum deployment target.

Now, if I increase the iOS version to 10.0 on the podfile on this project, it manages to execute the installation but then more issues pop up and the project doesn't compile. I've run pod update after targeting to 10.0

I'd appreciate it if you could give me a bit of guidance with regards to this issue as I'm guessing it's probably my inexperience with using CocoaPods that may be the problem.

I'm also using the latest Xcode 9.3 to try to do this.

qucui commented 6 years ago

Just switch the pod branch to the sub branch, will change in to develop later, after develop branch is done. Pull or download the repo again and run pod update will fix the issue. If you installed the earlier version, should delete it and reinstall. Thank you.

Tomo-SmudgeApps commented 6 years ago

Thanks, working great now.