Remove import of ObjectiveC.NSObject for native builds#3
Remove import of ObjectiveC.NSObject for native builds#3marcprux merged 1 commit intoskiptools:mainfrom
Conversation
…t:14:14: error: no such module 'ObjectiveC'`)
|
It looks like the CI action failed because of a missing emulator in the environment Vs an issue with the change? I am not well-versed in gh actions...
|
This is a weird intermittent error that GH Actions sometimes raises (e.g., see actions/runner-images#13220), which usually goes away when the job is re-run (which I have requested). It has nothing to do with the change you made. |
|
This library predates Skip Fuse, and so had only been designed with transpiled Skip Lite in mind. That being said, there's no reason why it shouldn't also work natively with Skip Fuse, and I don't know why we ever needed to |
skip android build
Error:
/skip-xml/Sources/SkipXML/SkipXML.swift:14:14: error: no such module 'ObjectiveC'Not sure why
skip android buildwould try to compile the native path (inside #if !SKIP) in a transpiled module? Either way, it doesn't seem likeimport ObjectiveC .NSObjectis actually needed on any compile path so might as well remove itSkip Pull Request Checklist:
swift test(Also ran
skip android buildsuccessfully)