I get this error when I change the project to another Mac:
linker command failed with exit code 1 (use v to see invocation) objective-c
I tried pod install
, clean
, etc. I do not know what else to do.
I get this error when I change the project to another Mac:
linker command failed with exit code 1 (use v to see invocation) objective-c
I tried pod install
, clean
, etc. I do not know what else to do.
I had a reference to a file that in the new Mac did not exist, I deleted it and it worked, the file was libpods.a I discovered it because I tried everything, I could install in the mac terminal, sudo gem install cocoapods in the terminal of the mac, even enable_bitcode = no (which is in the buid setting of the project), I added again all the frameworks that my project uses, as none of what I found worked in the explorer part of the project I went to the folder frameworks and saw that libpods.a was in red and in the finder folder that file was not deleted (important I had a copy of the project).