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
warning: dropping unsupported crate type cdylib for target x86_64-apple-ios
warning: dropping unsupported crate type cdylib for target i386-apple-ios
etc.
I'm diagnosed OCD, error messages cause me physical pain.
I'm going to close this in favor of #4881 as I believe it's a duplicate. Whiel it looks like Cargo recognizes crate-type it's actually thinking that crate-type is a native library override
I believe I have found what I am looking for, a way of specifying the crate-type for a specific target.
In .cargo/config:
However:
Clearly it has been programmed to recognise crate-type, but how to specify correctly?
The text was updated successfully, but these errors were encountered: