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
When building the iOS platform with cocoapods-binary the generated Swift header file only has __arm64__ and __ARM_ARCH_7A__ but does not have any conditionals for the simulator architectures and therefore the Swift parts of the framework can't be used by Objective C code in the app.
Swift 5 seems to have changed the format of the generated Swift header file by adding the following conditionals dependent on the architecture:
When building the iOS platform with cocoapods-binary the generated Swift header file only has
__arm64__
and__ARM_ARCH_7A__
but does not have any conditionals for the simulator architectures and therefore the Swift parts of the framework can't be used by Objective C code in the app.Similar issue in Carthage - Carthage/Carthage#2718
The text was updated successfully, but these errors were encountered: