We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f85bb5 commit bfac342Copy full SHA for bfac342
src/scripts/generate_xcframework.py
@@ -60,7 +60,9 @@ def run(config: ScriptConfig):
60
# XCFRAMEWORK_INPUT_FLAGS="${XCFRAMEWORK_INPUT_FLAGS}-framework ${CURRENT_ARCHIVE_PATH}.xcarchive/Products/Library/Frameworks/LDKFramework.framework "
61
framework_input_flags += [
62
'-framework',
63
- f'{xcarchive_output_path}.xcarchive/Products/Library/Frameworks/LightningDevKit.framework'
+ f'{xcarchive_output_path}.xcarchive/Products/Library/Frameworks/LightningDevKit.framework',
64
+ '-debug-symbols',
65
+ f'{xcarchive_output_path}.xcarchive/dSYMs/LightningDevKit.framework.dSYM'
66
]
67
68
if config.PRESERVE_XCARCHIVES:
0 commit comments