Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.8k stars 601 forks source link

Objective-C support in the Swift Package version #1005

Closed younata closed 1 year ago

younata commented 2 years ago

Resolves https://github.com/Quick/Nimble/issues/989

There's a lot of follow-on, entirely stemming from the fact that SwiftPM doesn't support mixed-language targets.

Todo

0xpablo commented 9 months ago

Hi there, we recently updated nimble to the latest version and it seems this PR broke Swift WASM on macOS (as it's trying to build the NimbleObjectiveC which then fails). I will open a ticket later.