Closed futuretap closed 4 years ago
Hi @futuretap, this seems to be a duplicate of #150, which is also linked in our requirements section in a note about Xcode 11.2 (also applicable to Xcode 11.2.1). Does a workaround described in that issue work for you?
Don't know how to set DEAD_CODE_STRIPPING on the Swift package (since there's no Xcode target with build settings). But running the test on the Mac directly instead of in the sim worked.
@futuretap you don't have to set DEAD_CODE_STRIPPING
on the package, setting it on the target that links with XMLCoder
module should be enough
I have no target. I simply opened the project and ran the included tests.
Hm, I can't reproduce it locally. If you have a chance to try on the latest Xcode 11.3 beta 1 (11C24b as of now, but hopefully GM too when it's released), curious to know if that as well fixes the issue for you.
Xcode 11.3 has been released and the issue is not reproducible with that version, as far as I'm aware. I've also prepared #158 with updates to README.md that clarify this and recommend using Xcode 11.3 or later instead of Xcode 11.2. I think this issue can be closed now accordingly.
When I download the current master branch from scratch and run the tests on the 13.2.2 simulator (from Xcode 11.2.1 (11B500)), it crashes with EXC_BAD_ACCESS. Any idea what's going wrong?