Skip to content

Getting Multiple commands produce error when building using XCode 14.3 #1009

Description

@NiharR27

Describe the bug
trying to implement Themis on my react native app with below environment is causing the build to fail immediately as soon as I press Build on XCode

To Reproduce
Steps to reproduce the behavior:

  1. Use 'react-native-themis: 0.14.11' with the environment specified below (and the xcode version)
  2. Click Build
  3. See the following error:
error:
Multiple commands produce '/Users/nihar/Library/Developer/Xcode/DerivedData/ConpagoResponsive-bteuwcmkzpfhhjfkpiwawcanldzt/Build/Products/Debug-iphonesimulator/react-native-themis/react_native_themis.framework/Headers/scell.h'

Expected behavior
It fails straight away with the above error (rather than building successfully)

Environment (please complete the following information):

  • iOS Simulator iPhone 14 (iOS 16.4)
  • Apple M1 Pro
  • Themis version: 0.14.11
  • React native version: 0.70.8
  • Installation way:
    • yarn add react-native-themis
    • cd ios
    • pod install
    • open xcode
    • clean build and press build
    • see the error

Additional context
Add any other relevant context for the problem here. Share an example project, if you can.

Screenshot 2023-06-20 at 11 14 50 am

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions