-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many Errors , unable yo build to Android Until i delete IOS library #514
Comments
I'm not sure what might be happening there. It's not obvious those errors have anything to do with iOS. It is common to see some iOS-related warnings, but they shouldn't cause any harm. One thing that can cause the sort of errors in your screenshot is attempting to build for 32-bit Android. Only 64-bit Android (ARMv8) is supported. If you think there's something we need to change in Cesium for Unity, please walk us through what you did and what you saw so that we can reproduce the problem ourselves. |
this ones , are errors , but my workaround in order to build il2cpp was to delete ios library... mono for some reason it could build in mono with library , not sure what steps you need to take... |
You're saying it does build when targetting Mono, without deleting the iOS binaries? That's pretty surprising, because I believe Mono only runs on ARMv7 on Android, and that platform isn't supported at all. |
yes i don't know why... yes i found first this that i ve made that discovering first and then i used the logs and i decided to delete the iOS library and it works... |
@nitroman123 from your last response it sounds like you were able to get things working. Is there anything else actionable on our side here? Anything we can do to support you on this? |
The process of deleting and re-import the library it's not very viable as
you understand everytime you switch from ios to andriod and vise versa...
can you reproduce with unity 2021.3.44f1 ?
…On Fri, Nov 15, 2024, 19:00 Janine Liu ***@***.***> wrote:
@nitroman123 <https://github.com/nitroman123> from your last response it
sounds like you were able to get things working. Is there anything else
actionable on our side here? Anything we can do to support you on this?
—
Reply to this email directly, view it on GitHub
<#514 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO7QBRNHUCZC67XSNPD4VKL2AYSBVAVCNFSM6AAAAABPT5WIMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZZGQZTQNJSGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
not the propper way and how it suppose to be |
@nitroman123 I'm having trouble understanding what you think needs to change. Cesium for Unity only supports 64-bit platforms, which means ARMv8 not ARMv7. Because of a Unity limitation, that also means you must use il2cpp, not Mono. If you're using il2cpp and ARMv8, and you're still seeing errors related to the iOS binaries, then please let us know. We are not seeing that ourselves, though. |
unity 2021.3.44
The text was updated successfully, but these errors were encountered: