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
{{ message }}
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
It will allow to decouple sample code from MatrixKit code and use specific project configurations for each projects.
And it will be an opportunity to have a target named MatrixKit that will allow to use Swift code in Objective-C easily without renaming Product Module Name build setting of current MatrixKitSample target.
Indeed in order to use Swift code in Objective-C inside MatrixKit framework we need to import <ProductModuleName>-Swift.h in Objective-C implementation files (.m). As Product Module Name is currently MatrixKitSample in MatrixKit project and generated pod project has MatrixKit as Product Module Name it could not compile for both cases without renaming the Product Module Name.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It will allow to decouple sample code from MatrixKit code and use specific project configurations for each projects.
And it will be an opportunity to have a target named
MatrixKit
that will allow to use Swift code in Objective-C easily without renamingProduct Module Name
build setting of currentMatrixKitSample
target.Indeed in order to use Swift code in Objective-C inside MatrixKit framework we need to import
<ProductModuleName>-Swift.h
in Objective-C implementation files (.m). As Product Module Name is currentlyMatrixKitSample
in MatrixKit project and generated pod project hasMatrixKit
as Product Module Name it could not compile for both cases without renaming the Product Module Name.The text was updated successfully, but these errors were encountered: