You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read CONTRIBUTING and have done my best to follow them.
What did you do?
I try to run my test with Xcode 10.0 in beta
What actually happened instead?
I have a failure in the Stringers.swift file's in ligne 162 in return stringify(unboxed) in this function: public func stringify<T>(_ value: T?) -> String { if let unboxed = value { return stringify(unboxed) } return "nil" }
I'm using Nimble for this method: toEventually(_ predicate: Predicate<T>, timeout: TimeInterval = AsyncDefaults.Timeout, pollInterval: TimeInterval = AsyncDefaults.PollInterval, description: String? = nil)
Here the failure: Thread 1: EXC_BAD_ACCESS (code=2, address=0x7ffee4675fc8)
Environment
List the software versions you're using:
Quick: 1.3.0
Nimble: 7.1.1
Xcode Version: 10.0 beta (Open Xcode; In menubar: Xcode > About Xcode)
Swift Version: 4.1 (Open Xcode Preferences; Components > Toolchains. If none, use Xcode Default.)
Cocoapods: 1.5.2 (Use pod --version in Terminal)
Swift Package Manager 4.1.0 (swiftpm-14050) (Use swift build --version in Terminal)
The text was updated successfully, but these errors were encountered:
eliselbz
changed the title
Xcode 10
Xcode 10 - Testing failed EXC_BAD_ACCESS
Jun 6, 2018
What did you do?
I try to run my test with Xcode 10.0 in beta
What actually happened instead?
I have a failure in the Stringers.swift file's in ligne 162 in
return stringify(unboxed)
in this function:public func stringify<T>(_ value: T?) -> String { if let unboxed = value { return stringify(unboxed) } return "nil" }
I'm using Nimble for this method:
toEventually(_ predicate: Predicate<T>, timeout: TimeInterval = AsyncDefaults.Timeout, pollInterval: TimeInterval = AsyncDefaults.PollInterval, description: String? = nil)
Here the failure: Thread 1: EXC_BAD_ACCESS (code=2, address=0x7ffee4675fc8)
Environment
List the software versions you're using:
Quick: 1.3.0
Nimble: 7.1.1
Xcode Version: 10.0 beta (Open Xcode; In menubar: Xcode > About Xcode)
Swift Version: 4.1 (Open Xcode Preferences; Components > Toolchains. If none, use
Xcode Default
.)Cocoapods: 1.5.2 (Use
pod --version
in Terminal)Swift Package Manager 4.1.0 (swiftpm-14050) (Use
swift build --version
in Terminal)The text was updated successfully, but these errors were encountered: