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
This will require us to support build from the Xcode workspace the cocoapods generate.
We will have to somehow generate metadata for the cocoapods. The best solution would be to generate module maps from the podspecs.
We will have to reasearch what part of the cocoa apis can we consume (e.g there may be C apis that get stripped during the linking, although cocoapods add -ObjC flag)