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 c83aeeb commit 473a74eCopy full SHA for 473a74e
scripts/build-core-client.sh
@@ -132,6 +132,7 @@ generate_swift_package() {
132
cp "${interface_tmp_dir}/${CORE_LIB_MODULE_NAME}.swift" "${SPM_BUILD_FOLDER}/${SWIFT_LIB_NAME}/Sources/${SWIFT_LIB_NAME}"
133
cp "${SOURCES_FOLDER}/${SWIFT_LIB_NAME}/Emoji.swift" "${SPM_BUILD_FOLDER}/${SWIFT_LIB_NAME}/Sources/${SWIFT_LIB_NAME}"
134
cp "${SOURCES_FOLDER}/${SWIFT_LIB_NAME}/MessageId.swift" "${SPM_BUILD_FOLDER}/${SWIFT_LIB_NAME}/Sources/${SWIFT_LIB_NAME}"
135
+ cp "${SOURCES_FOLDER}/${SWIFT_LIB_NAME}/Errors+Description.swift" "${SPM_BUILD_FOLDER}/${SWIFT_LIB_NAME}/Sources/${SWIFT_LIB_NAME}"
136
137
xcrun xcodebuild "${xcodebuild_args[@]}"
138
0 commit comments