Github Issue
Building the TwitterCore cocoapod shows compiler warnings.
Expected behavior
The cocoapod should build with no warnings.
Actual behavior
/Users/joelaws/Workspace/kratos/Pods/TwitterCore/iOS/TwitterCore.framework/Modules/module.private.modulemap:1:29: Private submodule 'TwitterCore.Private' in private module map, expected top-level module
/Users/joelaws/Workspace/kratos/Pods/TwitterCore/iOS/TwitterCore.framework/Modules/module.private.modulemap:1:29: Rename 'TwitterCore.Private' to ensure it can be found by name
Steps to reproduce the behavior
- Download XCode 10 GM
- Setup a project and Podfile that depends on TwitterCore
- Compile the main target and the TwitterCore cocoapod
- see the build warnings