🎯 Summary
This MR fixes the configuration of both development and release targets by making them reference to the proper dependencies:
- development target: all dependencies are referred to the workspace projects,
- release target: all dependencies are referred to the frameworks generated for distribution.
This is part of the solution described in this MR
Besides, it fixes a compatibility bug detected while building with the latest iOS SDK version (13.4).
🤔 Type
-
🐛 Bug fix: broken configuration and compatibility issue.
⚗ ️ Solution
-
🔗 JIRA: MOBBSCAN-2711
🔬 Tests
- Development target.
- Release target. This test requires the previous generation of the frameworks as described here.
🧐 Checklist:
- The code follow the project guidelines.
- The changes have been tested locally.
- The code has internal docs.
- Docs are updated (README, public docs, etc.)
- Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
- Unit tests are running without errors.
- Other dependant changes have already been merged.
- Changelog updated (if it applies)