Hello everyone! I'm starting modularization in my project, so inside my app's project I created one xcframework - AppNameServices and one swift package - AppNameUI. Can AppNameServices(xcframework) be used inside AppNameUI(swift package)? I saw that swift package provides .binaryTarget
parameter where I can choose path to xcframework, but I'm not sure if it's a correct direction since my xcframework(AppNameServices) will constantly be updated so the only way is to specify path to derived data, which seems to be a fragile solution. What do you think? Is it a correct way to approach modularization in a project? Maybe I should use xcframeworks only?
1 post - 1 participant