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
Issue found in Native App or Hybrid App: React Native app
OS Version: Sonoma (14.1.1), Xcode version 15.4, react native version 0.70.14
Device: Any
Steps to reproduce: Make a build with Archive command in Xcode
Actual behavior: Build fails with error:
Multiple commands produce '/Users/lomraydev/Library/Developer/Xcode/DerivedData/D2App-gujztpjlmsjxmadwmklhyxxdszcd/Build/Intermediates.noindex/ArchiveIntermediates/D2App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SQLCipher.bundle'
Target 'FMDB-SQLCipher' (project 'Pods') has create directory command with output '/Users/lomraydev/Library/Developer/Xcode/DerivedData/D2App-gujztpjlmsjxmadwmklhyxxdszcd/Build/Intermediates.noindex/ArchiveIntermediates/D2App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SQLCipher.bundle'
Target 'SQLCipher-SQLCipher' (project 'Pods') has create directory command with output '/Users/lomraydev/Library/Developer/Xcode/DerivedData/D2App-gujztpjlmsjxmadwmklhyxxdszcd/Build/Intermediates.noindex/ArchiveIntermediates/D2App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SQLCipher.bundle'
@wmathurin With version 12.0.1 this error does disappear, you are right. But the problem is that for version 12 the minimum supported iOS version is 16. And this is not suitable for us, because many users have devices that do not support iOS version more than 15. So I would like to find a solution to this error on SDK 11.1.0.
Please fill out the following details:
Multiple commands produce '/Users/lomraydev/Library/Developer/Xcode/DerivedData/D2App-gujztpjlmsjxmadwmklhyxxdszcd/Build/Intermediates.noindex/ArchiveIntermediates/D2App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SQLCipher.bundle'
Target 'FMDB-SQLCipher' (project 'Pods') has create directory command with output '/Users/lomraydev/Library/Developer/Xcode/DerivedData/D2App-gujztpjlmsjxmadwmklhyxxdszcd/Build/Intermediates.noindex/ArchiveIntermediates/D2App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SQLCipher.bundle'
Target 'SQLCipher-SQLCipher' (project 'Pods') has create directory command with output '/Users/lomraydev/Library/Developer/Xcode/DerivedData/D2App-gujztpjlmsjxmadwmklhyxxdszcd/Build/Intermediates.noindex/ArchiveIntermediates/D2App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SQLCipher.bundle'
Build D2App_2024-07-23T14-19-46.txt
The text was updated successfully, but these errors were encountered: