Replies: 1 comment 1 reply
-
@Cyberbeni, which part of your script causes dSYMs to be included in the XCFramework? Our XCFramework build script is here. Any suggestions as to what changes we could make to include dSYMs? PRs are welcome if you're interested! |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
In case of a crash while using the lottie-spm package, it would be useful to be able to symbolicate the stack trace.
Here is the script that I use for my library: https://github.com/Cyberbeni/TypedNotificationCenter/blob/master/create-xcframework.sh
PS:
SWIFT_SERIALIZE_DEBUGGING_OPTIONS=NO is required due to this issue: facebook/facebook-ios-sdk#1628
-IDEBuildLocationStyle=Unique doesn't matter unless you are running the script on a machine where you set up workspace relative derived data location as described here: fastlane/fastlane#20184
Beta Was this translation helpful? Give feedback.
All reactions