NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

.dSYM not available in latest releases #1300

Closed jnorkus closed 1 year ago

jnorkus commented 1 year ago

This documentation specifies that .dSYM files should be available as release assets.

However, they are only available up to version 6.5.1.

Is there any other way to obtain these files?

rigor789 commented 1 year ago

They should be inside the NativeScript.xcframework in newer releases (in the published package, so either in node_modules/@nativescript/ios or after preparing/building the project, it would get copied to the platforms/ios folder.