Add a dependency to a 3rd party on iOS
Unsolved
Mobile and Embedded
-
Hello,
I am trying to add a dependency to 2 different third parties: ELCImagePickerController and AWSS3. I am really struggling to find the "right" way to do it.
I can download AWSS3 as a thirdy party but cannot add an external framework with my pro file. Maybe something is missing in there (see https://bugreports.qt.io/browse/QTBUG-51951).
Regarding ELCImagePickerController, I simply have no idea how to do that. It seems the xcode project generated by Qt is incompatible with pod, and even so it would be quite a dirty way to do it (generate a xcode project, copy a podfile there, run a pod command...). Is there any clean way to do it ? I cannot find anything in the Qt documentation regarding third parties and iOS.Thanks !
Emmanuel