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
We are trying to use Azure Cosmos with Micronaut 4 with Micronaut launch project and we added Azure cosmos as a feature .we are getting following error on our Mac machine(Intel Chip).This is working fine on Windows machine.
> Task :prepareJitOptimizations FAILED
dyld[90953]: missing symbol called
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':prepareJitOptimizations'.
The text was updated successfully, but these errors were encountered:
vikas-shrivastav-mns
changed the title
dyld[86641]: missing symbol called with Micronaut 4 on Mac(Intel Chip)
dyld[86641]: missing symbol called with Micronaut 4 with Azure Cosmos on Mac(Intel Chip)
Dec 28, 2023
vikas-shrivastav-mns
changed the title
dyld[86641]: missing symbol called with Micronaut 4 with Azure Cosmos on Mac(Intel Chip)
Getting error "dyld[86641]: missing symbol called" with Micronaut 4 with Azure Cosmos on Mac(Intel Chip)
Dec 28, 2023
Fails the same way with azure-key-vault dependency. As long as com.azure:azure-core-http-netty dependency is included it will fail. Doesn't fail for micronaut 4.2.1, only for 4.2.2 it seems.
Expected Behavior
We are trying to use Azure Cosmos with Micronaut 4 with Micronaut launch project and we added Azure cosmos as a feature .we are getting following error on our Mac machine(Intel Chip).This is working fine on Windows machine.
Following is github repo:
https://github.com/vikas-shrivastav-mns/MN4New.git
Error Details:
Actual Behaviour
No response
Steps To Reproduce
No response
Environment Information
No response
Example Application
https://github.com/vikas-shrivastav-mns/MN4New.git
Version
4.2.2
The text was updated successfully, but these errors were encountered: