Closed smhk closed 6 years ago
Nobody else noticed this woe?
Same issue here. Manually opening the Haneke workspace Carthage checks out brings up an army of warnings and errors related to Swift conversion. I also tried to explicitly set the 'Swift Language Version' key in the Build Settings, but no luck there either.
I managed to get a working version of the framework by doing the following :
This doesn't resolve the Carthage issue and should not be considered long-term solution, but it will do the trick until this is resolved.
Thanks for that Jean. That's actually a good workaround, I'll do that too.
(At the moment I do it as described at https://github.com/Haneke/HanekeSwift under Installation/Manually: , but that is not ideal.)
Good thinking thanks.
So it seems that my workaround above will do the job when working with the Simulator, but will not build on an actual device. The "Manual" install works fine.
ah, luckily I did not try it yet! :) thanks for that tip - excellent. I sure hope someone can fix the Carthage package ... that would be tops.
So it looks like this library is not actually updated for Swift 3.0, at least not according to the latest checkout I performed.
Really nice lib but not compile with Carthage, Xcode 9 beta 6.
Command used in terminal: carthage update --platform iOS
*** Building scheme "Haneke" in Haneke.xcworkspace Build Failed Task failed with exit code 65: /usr/bin/xcrun xcodebuild -workspace /Users/cc/Library/Mobile\ Documents/com~apple~CloudDocs/cc/2/KirinoX/Carthage/Checkouts/HanekeSwift/Haneke.xcworkspace -scheme Haneke -configuration Release -derivedDataPath /Users/cc/Library/Caches/org.carthage.CarthageKit/DerivedData/HanekeSwift/v0.10.1 -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build (launched in /Users/cc/Library/Mobile Documents/com~apple~CloudDocs/cc/2/KirinoX/Carthage/Checkouts/HanekeSwift)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/q5/96syyldx0cvgxsdjszdgpwgr0000gn/T/carthage-xcodebuild.rmxk4Z.log
the branhc swift-3 should be ok but now that there is swift-4, waiting for a PR with a build passing for swift-4
Very sadly this excellent project seems to be dead ?