Huanxin Integration Notes

1. Errors in integration

1、

linker command failed with exit code 1

Solution:

Check third-party library files for duplicates

In Target–>Build Phases–>compile Sources in the navigation bar on the left side of the work, all .m files of the third library are added repeatedly

2、

dyld: Library not loaded: @rpath/Hyphenate.framework/Hyphenate
  Referenced from: /Users/xunyiwenyao/Library/Developer/CoreSimulator/Devices/74850829-9318-439D-9F0B-D2F9D92F19DE/data/Containers/Bundle/Application/57B5B29E-BC27-4F9F-99FA-153FF34BDCA7/DoctorPlatForm.app/DoctorPlatForm
  Reason: image not found

Solution: Check if the dependency library is added correctly

CoreMedia.framework
AudioToolbox.framework
AVFoundation.framework
MobileCoreServices.framework
ImageIO.framework
libc++.dylib
libz.dylib
libstdc++.6.0.9.dylib
libsqlite3.dylib
libiconv.dylib

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325157409&siteId=291194637