Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Notes about my setup attempt #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

esmitperez
Copy link
Contributor

@esmitperez esmitperez commented Sep 22, 2021

This commit is simply to capture Spreedly's notes when attempting to
setup the SDK as documented in the ReadMe.

When I tried pod install on a simple XCode-generated project (platform :ios, '15.0'), I saw the following. Based on the available versions, I made adjustments to the versions and it finally compiled and ran.

❯ pod install
[!] CocoaPods could not find compatible versions for pod "Spreedly":
  In snapshot (Podfile.lock):
    Spreedly (= 1.0.0-beta2, ~> 1.0.0-beta2)

  In Podfile:
    Spreedly

There are only pre-release versions available satisfying the following requirements:

	'Spreedly', '>= 0'

	'Spreedly', '= 1.0.0-beta2, ~> 1.0.0-beta2'

You should explicitly specify the version in order to install a pre-release version

❯ pod search Spreedly
-> Spreedly (1.0.0-beta2)
   Spreedly iOS SDK
   pod 'Spreedly', '~> 1.0.0-beta2'
   - Homepage: https://docs.spreedly.com/guides/mobile/ios/
   - Source:   https://github.com/spreedly/mobile-sdk-ios.git
   - Versions: 1.0.0-beta2, 1.0.0-beta1, 1.0.0-beta [spreedly repo]

❯ pod search SpreedlyCocoa
-> SpreedlyCocoa (1.0.0-beta2)
   Spreedly iOS SDK with UI controls
   pod 'SpreedlyCocoa', '~> 1.0.0-beta2'
   - Homepage: https://docs.spreedly.com/guides/mobile/ios/
   - Source:   https://github.com/spreedly/mobile-sdk-ios.git
   - Versions: 1.0.0-beta2, 1.0.0-beta1, 1.0.0-beta [spreedly repo]

This commit is simply to capture Spreedly's notes when attempting to
setup the SDK as documented in the ReadMe.
@esmitperez esmitperez requested review from stefanrusek and a team September 22, 2021 22:21
@esmitperez esmitperez changed the title Add notes to setup attempt Notes about my setup attempt Sep 22, 2021
Copy link

@Carrigan Carrigan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I will defer to @stefanrusek though since I do not have an environment setup to check it.

@timtimht
Copy link

@esmitperez thanks for your notes as helped me quickly get up and running.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants