TOCropViewController icon indicating copy to clipboard operation
TOCropViewController copied to clipboard

Running on M1 Mac fails

Open danipralea opened this issue 2 years ago • 1 comments

Describe the bug Integrated the framework and tried running the project

Expected behavior Run on M1 Mac

Screenshots image

iOS Device:

  • Device: iPhone Simulator
  • OS: iOS 15
  • Library Version - latest (master branch SPM integration)

danipralea avatar Jun 21 '22 10:06 danipralea

It looks like you should provide more details on how you integrate CropViewController to resolve this issue. I wasn't able to reproduce this issue. However, based on your screenshot, I guess you have set the EXCLUDED_ARCHS option in your project to contain 'arm64' architecture in order to resolve issues with some other libraries.

IhorShevchuk avatar Jul 10 '22 17:07 IhorShevchuk

Sorry for the delay! I just tested this with the SPM integration and it was working fine. Like @IhorShevchuk said, it might be some Xcode configuration issue. Thanks!

TimOliver avatar Apr 07 '24 03:04 TimOliver