Hello,
When I ran the 'flutter build ios' command, I was getting the error 'no podspec found for icapps_torch_compat in .symlinks/plugins/icapps_torch_compat/ios'.
To solve this issue, I followed these steps:
- I downloaded your project locally.
- After setting it up on my local machine, I removed the
icapps_torch_compat package from the code.
- I referenced the local packages in my own project and resolved the issue.
Do you have any suggestions or solutions regarding this?