You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug builds work fine, but when I try to do Product > Archive (release build), the copy-fonts.sh script fails because the .app file doesn't exist. Full output below:
Relevant log output
(RNVI) START_COPY_FONTS
(RNVI) PWD: /Users/marcshilling/Development/my-app-v4/ios/Pods
(RNVI) PODS_ROOT: /Users/marcshilling/Development/my-app-v4/ios/Pods
(RNVI) PROJECT_ROOT: /Users/marcshilling/Development/my-app-v4/ios/Pods/../..
(RNVI) PODS_CONFIGURATION_BUILD_DIR: /Users/marcshilling/Library/Developer/Xcode/DerivedData/MyApp-cyejqchnhyautoeqhshtkyccxehn/Build/Intermediates.noindex/ArchiveIntermediates/Beta/BuildProductsPath/BetaRelease-iphoneos
ls: /Users/marcshilling/Library/Developer/Xcode/DerivedData/MyApp-cyejqchnhyautoeqhshtkyccxehn/Build/Intermediates.noindex/ArchiveIntermediates/Beta/BuildProductsPath/BetaRelease-iphoneos/*.app: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code
In the next few weeks, we will have a major release that moves the responsibility of font copying down to the font package, which means we can use s.resources in the podspec, and the need for this script goes away, which solves this issue.
Which package are you using?
@react-native-vector-icons/* v11
What platform(s) does this occur on?
iOS
What happened?
Debug builds work fine, but when I try to do Product > Archive (release build), the
copy-fonts.sh
script fails because the.app
file doesn't exist. Full output below:Relevant log output
Minimal reproducible example
No response
Your computer environment
The text was updated successfully, but these errors were encountered: