Skip to content

Conversation

@melekr
Copy link
Collaborator

@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
Collaborator 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.

@melekr melekr requested a review from konraddysput August 15, 2025 20:45
@melekr melekr closed this Aug 15, 2025
@melekr melekr deleted the feature/arm64_sim_slice branch August 16, 2025 00:15
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.

3 participants