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
Xcode 16.1 :Failed to build module 'SwiftyRSA' for importation due to the errors above; the textual interface may be broken by project issues or a compiler bug #268
I am having the Xcode 16.1, in existing project I am using SwiftyRSA 15.0. all are working fine but while uploading on app store getting bitcode enable issue. to resolve that I am updating SwiftyRSA with 18 but getting issue while import the XCframework. "Failed to build module 'SwiftyRSA' for importation due to the errors above; the textual interface may be broken by project issues or a compiler bug". I am creating a xcframework of my library that having swiftyRSA XCframework included.
I am having the Xcode 16.1, in existing project I am using SwiftyRSA 15.0. all are working fine but while uploading on app store getting bitcode enable issue. to resolve that I am updating SwiftyRSA with 18 but getting issue while import the XCframework. "Failed to build module 'SwiftyRSA' for importation due to the errors above; the textual interface may be broken by project issues or a compiler bug". I am creating a xcframework of my library that having swiftyRSA XCframework included.