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

Replies

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

  • I have this problem with JUCE 7 when building the Projucer - is there an official explanation dear Apple?

  • Xcode 13.4 13F17a does not a a problem with the project

    To test it out, please do the following:

    git clone https://github.com/juce-framework/JUCE.git cd JUCE/extras/Projucer/Builds/MacOSX open Projucer.xcodeproj

    Then make an archive

Add a Comment