I'm using
- newest OpenXSDKframework (debug)
- included in embedded Binaries
- Build Settings: Embedded Content Contains Swift Code YES
- Other linker -Objc
- XCode 7.31
- swift
when import OpenXSDKCore this error is showing
.../ViewController/OpenXBannerViewController.swift:11:8: Module file was created by an older version of the compiler;
rebuild 'OpenXSDKCore' and try again: .../OpenXSDKCore.framework/Modules/OpenXSDKCore.swiftmodule/i386.swiftmodule
is this related to the Framework producing Company ?
what should i do - to fix that error?
thanks