UnityPluginXcodeTemplate icon indicating copy to clipboard operation
UnityPluginXcodeTemplate copied to clipboard

.bundle not working with latest xcode 15.3 and Unity 2023.2

Open amanyadev opened this issue 1 year ago • 0 comments

After updating to Xcode 15.3 and Unity 2023.2, I encountered an issue where the build process completes successfully, but Unity is unable to locate the entry point from the bundle and DLL, if i create bundle using the make, or Xcode build.

Steps to Reproduce

  1. Update Xcode to version 15.3.
  2. Update Unity to version 2023.2.
  3. run make bundle and make framework
  4. Launch the project in Unity.

Additional Information

  • Unity Version: 2023.2
  • Xcode Version: 15.3
  • Operating System: [Specify your operating system version]
  • Other relevant software versions or configurations: [Include any other relevant information about your setup]

Possible Solutions Explored

I have attempted to troubleshoot the issue by restarting unity trying different versions of unity

Screenshots or Code Samples

image

Any assistance or insights into resolving this issue would be greatly appreciated. Thank you!

amanyadev avatar May 07 '24 14:05 amanyadev