I have an iOS app which is a workspace with cocoapods and that builds great with Bitrise. I just added an Xcode framework as another project under the workspace I get errors during the build. These are the 3 things I’ve tried for the Xcode setting under Targets/General/“Frameworks, Libraries and Embedded Content”
- “Do not embed” Error is “no such module” on the “import MyFramework” in the swift file I use it.
- “Embed and sign” or “Embed without signing”. Error is “No signing certificate” for the framework
I shouldn’t need a profile for the framework, should I? What’s the right way to configure this please?
Thanks!