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
We are no longer able to build our app due to compatibility issues with InContextSDK:
Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.3 compiler:
<project_path>/InContextSDK.framework/Modules/InContextSDK.swiftmodule/arm.swiftmodule
Looks like setting BUILD_LIBRARY_FOR_DISTRIBUTION = YES; should fix this?
need to set the Build Libraries for Distribution option to Yes in your framework's build settings, otherwise the swift compiler doesn't generate the neccessary .swiftinterface files which are the key to future compilers being able to load your old library.
We are no longer able to build our app due to compatibility issues with InContextSDK:
Looks like setting
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
should fix this?https://stackoverflow.com/a/58656323/126600
The text was updated successfully, but these errors were encountered: