Getting 'Undefined symbols for architecture arm64' error on xCode 13 build

Hi,

I am getting the following error when building in xCode 13:

Undefined symbols for architecture arm64:

  "__SaveImage", referenced from:

      _CallNative__SaveImage_m639032311A61B9B0FB248AFB17B761C6243BE96F in CallNative.o

      _CallNative_SaveImageToCameraRoll_mC1241163746E2650CCCBF5F2E32BFA0CAC4529AC in CallNative.o

     (maybe you meant: _CallNative__SaveImage_m639032311A61B9B0FB248AFB17B761C6243BE96F)

ld: symbol(s) not found for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

All help appreciated, L

I'm having the same issue when building our prod environment - our dev is fine

Hey, have you been able to fix this issue by any chance? I have been working on this app for years and never ran into this issue. I'm stuck with this now and I haven't been able to find anything online.

Thanks,

Getting 'Undefined symbols for architecture arm64' error on xCode 13 build
 
 
Q