Skip to content
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

fix: Xcode Sentry.framework import #442

Merged
merged 3 commits into from
Dec 1, 2021
Merged

Conversation

bitsandfoxes
Copy link
Contributor

Fixes: #400 and can also be seen here: #432 (comment) by creating an additional import with User/.../Unity/Builds/...

  • Copying files from the package under Windows requires the full path.
  • The framework now gets added properly to the Xcode project. It relies on relative paths to work platform independently.

@bitsandfoxes bitsandfoxes changed the title fix: Sentry.framework path changed from absolute to relative fix: Xcode Sentry.framework import Dec 1, 2021
@bruno-garcia bruno-garcia merged commit 940a85e into main Dec 1, 2021
@bruno-garcia bruno-garcia deleted the fix/xcode-framework-path branch December 1, 2021 15:48
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.

"Library not loaded: @rpath/Sentry.framework/Sentry, Reason: image not found" if project built on Windows
2 participants