strip: error: new trie is larger (1264) than original (1256)

Strip /Users/hongtao/Library/Developer/Xcode/DerivedData/eleme-astrofkmksaxenekwmzloymniesi/Build/Intermediates.noindex/ArchiveIntermediates/eleme/InstallationBuildProductsLocation/Applications/eleme.app/eleme (in target 'eleme' from project 'eleme')
  cd /Users/hongtao/gitlab/nevermore
  /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -s do_not_strip /Users/hongtao/Library/Developer/Xcode/DerivedData/eleme-astrofkmksaxenekwmzloymniesi/Build/Intermediates.noindex/ArchiveIntermediates/eleme/InstallationBuildProductsLocation/Applications/eleme.app/eleme

/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: error: new trie is larger (1264) than original (1256)/Users/hongtao/Library/Developer/Xcode/DerivedData/eleme-astrofkmksaxenekwmzloymniesi/Build/Intermediates.noindex/ArchiveIntermediates/eleme/InstallationBuildProductsLocation/Applications/eleme.app/eleme

When I Archive myApp(eleme):

  • it build error with Xcode 14 beta 5(14A5294e)。
  • It build success with Xcode 14 beta 5(14A5294e) when removed STRIPFLAGS = "-s do_not_strip"
  • it build success with Xcode 13.4.1(13F100)

This is the Build settings

It build success with Xcode 14 beta 5(14A5294e) when removed STRIPFLAGS = "-s do_not_strip"

Version 14.0 beta 6 ,build had same error

 removed STRIPFLAGS = "-s exported_symbols" ,and the build success

strip: error: new trie is larger (1264) than original (1256)
 
 
Q