TimOliver/TOCropViewController

'TOCropViewConstants.h' file not found

developer-celusion opened this issue · 0 comments

We have swift iOS project and local pod where both CropViewController and TOCropViewController has been used. I am getting TOCropViewConstants.h file not found error when building application. I am attaching screenshot for more reference.
I know this is not valid to add both but both are kind of different project so expected to build and run

Local POD is using swift language so it is used CropViewController
Main Project is using Obj-C so it it has TOCropViewController dependancy

To Reproduce
Steps to reproduce the behavior:

  1. Create Local pod with swift CropViewController dependancy
  2. Create Objective-C project with TOCropViewController dependancy
  3. Run the project
  4. See error

Expected behavior
It should run as expected as it bundles differently

Screenshots
Screenshot 2021-09-22 at 8 55 36 AM

Screenshot 2021-09-22 at 8 56 51 AM

Screenshot 2021-09-22 at 8 57 22 AM

iOS Device:

  • Device: iPhone 11
  • OS: iOS 14.7.1
  • Library Version TOCropViewController - 2.6.0, CropViewController - 2.6.0