uias / Pageboy

📖 A simple, highly informative page view controller
MIT License
1.99k stars 155 forks source link

Carthage build fails #139

Closed OskarGroth closed 6 years ago

OskarGroth commented 6 years ago

Carthage build of Tabman (which depends on Pageboy) fails on:

PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/oskar/Library/Caches/org.carthage.CarthageKit/DerivedData/9.2_9C40b/Pageboy/2.3.2/Build/Intermediates.noindex/ArchiveIntermediates/Pageboy\ iOS/IntermediateBuildFilesPath/Pageboy.build/Release-iphoneos/Pageboy\ iOS.build/Script-BC6A589551D6239212EB8925.sh

diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory

Cocoapod script should probably not run here?

msaps commented 6 years ago

@OskarGroth this should be resolved as of 2.3.3 👍

OskarGroth commented 6 years ago

@msaps Thanks for the quick turnaround. I'm getting a new issue now however, framework not found:

import Pageboy error: no such module 'Pageboy'

Appending log. carthage-xcodebuild.6Xijde.log

msaps commented 6 years ago

@OskarGroth can you try building the latest versions of Tabman/Pageboy?

I've just released Tabman 1.5.2 - which has some improvements for Carthage support.

Builds for me with:

Tabman 1.5.2 Pageboy 2.3.3 AutoInsetter 1.2.0

OskarGroth commented 6 years ago

Will try, but stuck on https://github.com/uias/Tabman/issues/254 now.

OskarGroth commented 6 years ago

Solved 🎉