Closed diegoserranoa closed 2 years ago
Tested SPM integration - Getting error that the package contains mixed sources.
Apparently at some point, some swift files were added. SPM cannot contain both Objcective-C and Swift source files at the same time.
Found the following swift files in the project:
I think, these can easily be converted to Objective-C and everything should be fine
Aaah yes, these are new ones. Let me check this and update the PR. Thanks for testing @KoCMoHaBTa !
Thanks for the update. One more issue - the package does not build. You should use
#ifdef SWIFTPM_MODULE_BUNDLE
instead of #if SWIFTPM_MODULE_BUNDLE
Now it works. Thanks @diegoserranoa 🥳
@KoCMoHaBTa thanks for the review! I pushed a last commit to also fix it for Cocoapods 😅
Thanks for the help with this! I need someone from my team to also review and approve this and then I can merge and release the new version.
Changes