Skip to content

Updated static dependencies for Device & Simulator #250

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

melekr
Copy link
Contributor

@melekr melekr commented May 21, 2025

This PR adds static libraries [built against plcr binaries with sim & device slices] to support native crash reporting in iOS Unity builds across device and simulator targets.

  • Adds libBacktrace-Unity-Cocoa-arm64.a for [arm64] devices.
  • Adds libBacktrace-Unity-Cocoa-arm64-sim.a for [arm64] simulators.
  • Adds libBacktrace-Unity-Cocoa-x86_64-sim.a for [x86_64] simulators.

ref: BT-5766

@melekr melekr requested review from konraddysput and rick-bt May 21, 2025 22:46
@melekr melekr self-assigned this May 21, 2025
@melekr melekr changed the title Updated PLCrashReporter static dependencies for Device & Simulator Updated static dependencies for Device & Simulator Jun 6, 2025
Copy link
Collaborator

@konraddysput konraddysput left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you compare .meta from removed unity library with the one created by your environment, you can notice a lot of changes. Its due to the fact, the meta file was generated with the latest version of the Unity IDE. It means, you will get a lot of warning in the older versions.

@melekr
Copy link
Contributor Author

melekr commented Jun 9, 2025

generated with the 2022 LTS, I’ll trim the .meta back to a minimal scheme for better Unity 5 compatibility / less warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants