You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the install instructions for SPM, you indicate that a list of system libs are required for installation, e.g. Security, etc. I was curious if you could add them to the definition for the swift package and found what I think is the correct syntax (see below), but have not found a way to test as setting up a simple project with the BugfenderSDK package and not adding those libs to the list to link against does not cause any problems in building or running the app. So a few questions:
Are those libs really required and if so, how are they used.
Do you think something like the following is a good idea to add (assuming it works as desired)?
Hi @robgtsoftware, those frameworks are indeed needed, although at the moment I can't tell why each one is needed. Thanks for your suggestion, our team will look into it
I guess your proposed solution should also work, although users would need to explicitly select to import both targets, which is kind of hacky as well. Not sure if just manually adding the dependencies is better or worse.
Thanks for the followup. This is a nice to have, but definitely not essential, especially if the solutions are hacks. Hopefully, something for the future.
SDK 1.10
In the install instructions for SPM, you indicate that a list of system libs are required for installation, e.g. Security, etc. I was curious if you could add them to the definition for the swift package and found what I think is the correct syntax (see below), but have not found a way to test as setting up a simple project with the BugfenderSDK package and not adding those libs to the list to link against does not cause any problems in building or running the app. So a few questions:
The text was updated successfully, but these errors were encountered: