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
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?