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
Describe the bug
After upgrading on the new version of Xcode 10.2, the project doesn't compile with an error:
Error: module map file '/Users/_REDACTED_/Pods/Headers/Public/Stevia/SteviaLayout.modulemap' not found
Error: underlying Objective-C module 'Stevia' not found
If I'll delete pod and comment associated code then the project will successfully be compiled.
To Reproduce
Steps to reproduce the behavior:
Upgrade to Xcode 10.2
Try to build project
See error
Expected behavior
Successfully build projects
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Device: any
OS: OS X 10.14.4
Xcode Version 10.2
Swift Version 5
pod version 3.5.3
Installation Type
Cocoapods
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading on the new version of Xcode 10.2, the project doesn't compile with an error:
If I'll delete pod and comment associated code then the project will successfully be compiled.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successfully build projects
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Installation Type
The text was updated successfully, but these errors were encountered: