what can i do?
xcode27 beta2 library 'd64' not found
Thanks for taking the time to post your question here.
There is no much information about the issue and what is a project and the frameworks or libraries so its hard to guess. Expanding on your post to include any error messages, code snippets, steps you've already taken to troubleshoot, and the expected/actual outcomes would be very helpful. Clearly state the programming languages, frameworks, or tools you are using.
I'm sure someone in the community will be able to help once you have a chance to update your post.
My wild guess is it may be due to a pre-compiled library that lacks support for the required architecture such as arm64 for Apple silicon? If you have the source code, rebuild the library as an XCFramework. If the library is from a vendor, contact them for an updated version that supports the target architecture.
Looking forward to more information.
Albert WWDR