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
That same link suggests you can add a few flags to enable bitcode in your created framework. I tried their advice but it didn't seem to generate a framework with bitcode enabled for me. Perhaps I was doing something wrong, of course.
But I wonder - why not just distribute this pod as source instead as a precompiled binary? That would let us pick the bitcode options ourselves.
The text was updated successfully, but these errors were encountered:
While I see it's not explicitly turned off, the way the fat library is generated seems to not included bitcode. See here for reference on that: https://medium.com/@heitorburger/static-libraries-frameworks-and-bitcode-6d8f784478a9
That same link suggests you can add a few flags to enable bitcode in your created framework. I tried their advice but it didn't seem to generate a framework with bitcode enabled for me. Perhaps I was doing something wrong, of course.
But I wonder - why not just distribute this pod as source instead as a precompiled binary? That would let us pick the bitcode options ourselves.
The text was updated successfully, but these errors were encountered: