appsquickly / typhoon

Powerful dependency injection for Objective-C ✨✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨✨
https://pilgrim.ph
Apache License 2.0
2.7k stars 269 forks source link

Error installing Typhoon on Travis using Ruby 2.1.9? #512

Closed andrewhavens closed 7 years ago

andrewhavens commented 8 years ago

I am trying to get a project running on Travis CI, which was previously working. The only thing that has seemed to change is the Ruby version.

Previously working:

New versions that aren't working:

Installing Typhoon (3.1.6)

[!] Error installing Typhoon
[!] /usr/local/bin/git clone https://github.com/appsquickly/Typhoon.git /var/folders/my/m6ynh3bn6tq06h7xr3js0z7r0000gn/T/d20160624-3764-7ck2m4 --single-branch --depth 1 --branch 3.1.6 --recursive

Cloning into '/var/folders/my/m6ynh3bn6tq06h7xr3js0z7r0000gn/T/d20160624-3764-7ck2m4'...
Note: checking out '10d90c581a2b73500e2ddab07476d5b1a5a0e729'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

Submodule 'Source/Vendor/OCLogTemplate' (https://github.com/appsquickly/OCLogTemplate.git) registered for path 'Source/Vendor/OCLogTemplate'
Cloning into '/private/var/folders/my/m6ynh3bn6tq06h7xr3js0z7r0000gn/T/d20160624-3764-7ck2m4/Source/Vendor/OCLogTemplate'...
error: no such remote ref f0a76376a6b13b014b2785f54f106b84ebc83e8c
Fetched in submodule path 'Source/Vendor/OCLogTemplate', but it did not contain f0a76376a6b13b014b2785f54f106b84ebc83e8c. Direct fetching of that commit failed.

The command "bundle exec pod install" failed and exited with 1 during .
andrewhavens commented 8 years ago

Oh I guess the other thing that changed was the OS X version.

Previously working: 10.9 Currently failing: 10.11

mogol commented 8 years ago

hey, @andrewhavens , could you update Typhoon version? OCLogTemplate was added directly in code.

etolstoy commented 7 years ago

Closing due to inactivity. If you still experience this issue, feel free to reopen it.