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 integrated your package into our package to parse the m3u8 files and we planned to release it in SPM and Cocoapods.
But I am facing this issue `error: no such module 'M3U8Parser' when we try to release our package in Cocoapods because the package was named "M3u3Parser" in SPM and "M3u8Kit" in CocoaPods and we're importing the package as "M3u8Parser", and getting the above error.
This inconsistency is preventing us from successfully publishing our package on both SPM and Cocoapods.
To Reproduce (产生步骤)
Steps to reproduce the behavior:
- Added podspec file for our package to release it in Cocoapods.
- Added a compiler flag to import M3U8Parser dependency using the name
`M3U8Kit` while building the package for Cocoapods to prevent import
errors as they have named the package with a different name in
Cocoapods.
- Raised an issue in the M3U8Parser repository to resolve this naming
inconsistency between different package managers,
[issue](M3U8Kit/M3U8Parser#38).
Describe the bug (对 bug 进行描述)
To Reproduce (产生步骤)
Steps to reproduce the behavior:
release-in-cocoapods
pod spec lint TPStreamsSDK.podspec
Expected behavior (期待的行为)
Additional context (附加的相关信息)
The text was updated successfully, but these errors were encountered: