HomeiOS DevelopmentCan't run react-native utility in an IOS simulator after upgrading to XCode...

Can’t run react-native utility in an IOS simulator after upgrading to XCode 15


I get this error proper right here after upgrading to XCode 15 with react native model 0.72.4 in Macbook M1:

ld: warning: couldn't create compact unwind for _fa3d73c773a947d51: doesn't use RBP or RSP primarily based body
ld: warning: Couldn't discover or use auto-linked framework 'CoreAudioTypes'
Undefined symbols for structure x86_64:
  "_qwjicc_jpeg_CreateCompress", referenced from:
      _convertRGB2Jpeg in ToygerServiceAlgo(JpegTool.cpp.o)
  "_qwjicc_jpeg_destroy_compress", referenced from:
      _convertRGB2Jpeg in ToygerServiceAlgo(JpegTool.cpp.o)
  "_qwjicc_jpeg_finish_compress", referenced from:
      _convertRGB2Jpeg in ToygerServiceAlgo(JpegTool.cpp.o)
  "_qwjicc_jpeg_mem_dest", referenced from:
      _convertRGB2Jpeg in ToygerServiceAlgo(JpegTool.cpp.o)
  "_qwjicc_jpeg_set_defaults", referenced from:
      _convertRGB2Jpeg in ToygerServiceAlgo(JpegTool.cpp.o)
  "_qwjicc_jpeg_set_quality", referenced from:
      _convertRGB2Jpeg in ToygerServiceAlgo(JpegTool.cpp.o)
  "_qwjicc_jpeg_start_compress", referenced from:
      _convertRGB2Jpeg in ToygerServiceAlgo(JpegTool.cpp.o)
  "_qwjicc_jpeg_std_error", referenced from:
      _convertRGB2Jpeg in ToygerServiceAlgo(JpegTool.cpp.o)
  "_qwjicc_jpeg_write_scanlines", referenced from:
      _convertRGB2Jpeg in ToygerServiceAlgo(JpegTool.cpp.o)
ld: image(s) not discovered for structure x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

The app used to work on XCode 14.3, however after updating to OSX Sonoma, that’s now not an choice since XCode 15 is the minimal.

Is anybody aware of this error? How do I repair this?

Already tried including the CoreAudioTypes framework to the construct phases, additionally added arm64 to the excluded architectures solely, however the error remains to be current.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments