XCFit
XCFit copied to clipboard
Full Stack Protocol Oriented BDD in Xcode for iOS app with Swift using XCUITest, Cucumberish and FitNesse
https://developer.apple.com/documentation/xcode-release-notes/xcode-12_5-release-notes > Xcode no longer includes XCTest’s legacy Swift overlay library (libswiftXCTest.dylib). Use the library’s replacement, libXCTestSwiftSupport.dylib, instead. For frameworks that encounter build issues because of the removal of the...
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task...
Hi! So after installation using cocoapods I was unable to launch tests. Here is my Podfile ``` target 'MyAppBDDTests' do use_frameworks! pod 'XCFit' end ``` Tests fails with this error:...