The main schemes were unshared, so if you run carthage update you will get:
*** Fetching EasyTransitions
*** Checking out EasyTransitions at "447e5cc966e380e19d857dfb0e4fc17ecf46437a"
*** xcodebuild output can be found in /var/folders/58/czr5byt934jfyzrng7lhwhj80000gn/T/carthage-xcodebuild.j0EB6F.log
*** Skipped building EasyTransitions due to the error:
Dependency "EasyTransitions" has no shared framework schemes
cartfile:
github "marcosgriselli/EasyTransitions" "master"
before PR:
after PR:
Let me know if I should shared another scheme or change something on the schemes configuration.
This PR fixs Carthage compatibility.
The main schemes were unshared, so if you run carthage update you will get:
cartfile:
before PR:
after PR:
Let me know if I should shared another scheme or change something on the schemes configuration.
Hope this PR helps! 😁