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

CBL-5735 : Fix missing exported symbols #3283

Merged
merged 1 commit into from
May 9, 2024
Merged

CBL-5735 : Fix missing exported symbols #3283

merged 1 commit into from
May 9, 2024

Conversation

pasin
Copy link
Contributor

@pasin pasin commented May 9, 2024

  • Ported the fix from release/3.2 branch.

  • Used the same approach as CBL-C to generate CE and EE exported symbole file. The workflow will be updating CBL.txt or CBL_EE.txt (Contains EE only symbols) at Objective-C/Exports folder and run generate_exports.sh script. The final export symbol files will be in the Objective-C/Exports/Generated folder.

  • Ensured to include all symbols by cross checking with the symbols extracted from the header files.

  • Removed obsoleted predefined classes which don’t exist anymore.

* Ported the fix from release/3.2 branch.

* Used the same approach as CBL-C to generate CE and EE exported symbole file. The workflow will be updating CBL.txt or CBL_EE.txt (Contains EE only symbols) at Objective-C/Exports folder and run generate_exports.sh script. The final export symbol files will be in the Objective-C/Exports/Generated folder.

* Ensured to include all symbols by cross checking with the symbols extracted from the header files.

* Removed obsoleted predefined classes which don’t exist anymore.
@pasin pasin requested a review from velicuvlad May 9, 2024 16:28
@pasin pasin merged commit 0bab912 into master May 9, 2024
15 of 17 checks passed
@pasin pasin deleted the CBL-5735 branch May 9, 2024 20:16
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.

2 participants