TOCropViewController
TOCropViewController copied to clipboard
Running on M1 Mac fails
Describe the bug Integrated the framework and tried running the project
Expected behavior Run on M1 Mac
Screenshots
iOS Device:
- Device: iPhone Simulator
- OS: iOS 15
- Library Version - latest (
master
branch SPM integration)
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.
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!