Will Jessop

Results 9 comments of Will Jessop

``` > swift package build error: Unexpected argument 'build' ``` Hmm, any ideas @eneko? Tried with rosetta and without: ``` swift-driver version: 1.26.9 Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6) Target:...

how does this compare to NSAsynchronousFetchRequest, e.g. ``` ruby id = 27342 fetchRequest = NSFetchRequest.alloc.initWithEntityName('Post') fetchRequest.predicate = NSPredicate.predicateWithFormat("id==%@",id) nsaCompletion = Proc.new do |result| if result.finalResult.count == 0 po = Post.find_or_create_by_id(id,withProperties:props)...

try disabling rosetta in Xcode, relaunching Xcode, and then cleaning your project's build folder. then build the app and it should work again.

i'm having the same issue: ``` desc "Export xcframework" lane :export_xcframework do create_xcframework( workspace: '../Library.xcworkspace', scheme: 'LIFX', destinations: ['iOS'], xcframework_output_directory: 'Releases/xcframeworks' ) end ``` with Xcode 12.4, ruby 2.6.2, Mac...

did you ever figure this out?

Yes!! Controlling concurrent/serialized execution of tests in swift testing is not great at the moment. It's my biggest pain point actually.