Brad Bergeron
Brad Bergeron
Please provide a description of what your issue is so that I can attempt to help you solve it. Thanks.
Hi guys. Sorry for not responding to this sooner. As mentioned in the referenced issue above, I spent a little time this weekend trying to debug this issue. Considering I...
@chug2k If you change the `#import` lines to `@import`, does it work for you? ``` // Change this #import // to this @import AFNetworking.AFHTTPRequestOperationManager; ```
Hi @kolpanic. I know this has been an issue since I pushed a bunch of commits late last week, and I'm sorry I haven't been able to resolve it yet....
@kolpanic Try changing the `#import ` statements to `@import AFNetworking.x`. If that works for you, it seems to be the way to go, and I'll update the library.
Is this project still active? It appears that there's a Swift 3-compatible version awaiting integration (PR #22)
Hey @pepicrft, just curious if there's any update here? I was just migrating my SPM Macros package to a tuist `.macro` target and ran into this same issue.
@ak-bs FWIW It's also possible to work around the `XCTest` issue by passing the build setting `ENABLE_TESTING_SEARCH_PATHS` to `SwiftSyntaxMacrosTestSupport` and `_SwiftSyntaxTestSupport` in your `Package.swift`: ``` // swift-tools-version: 5.10 // The...
I'm encountering this issue when running tests for my custom view modifier on macOS, but running them on iOS does not exhibit this behavior and my test cases run successfully....