react-native-owl icon indicating copy to clipboard operation
react-native-owl copied to clipboard

Failing to build IOS

Open sharmavipul9756 opened this issue 2 years ago • 3 comments

The following build commands failed: CodeSign /Users/vipulsharma/Library/CloudStorage/OneDrive-BajajFinanceLimited/Desktop/HRx_portal/HRx_portal/ios/build/Build/Products/Debug-iphonesimulator/VoipNotification\ UAT.appex (in target 'VoipNotification UAT' from project 'HrxMobileApp') (1 failure) Error: Command failed with exit code 65: xcodebuild -workspace ios/HrxMobileApp.xcworkspace -scheme HrxMobileAppUAT -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build at makeError (/Users/vipulsharma/Library/CloudStorage/OneDrive-BajajFinanceLimited/Desktop/HRx_portal/HRx_portal/node_modules/react-native-owl/node_modules/execa/lib/error.js:60:11) at handlePromise (/Users/vipulsharma/Library/CloudStorage/OneDrive-BajajFinanceLimited/Desktop/HRx_portal/HRx_portal/node_modules/react-native-owl/node_modules/execa/index.js:118:26) at processTicksAndRejections (internal/process/task_queues.js:95:5) { shortMessage: 'Command failed with exit code 65: xcodebuild -workspace ios/HrxMobileApp.xcworkspace -scheme HrxMobileAppUAT -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build', command: 'xcodebuild -workspace ios/HrxMobileApp.xcworkspace -scheme HrxMobileAppUAT -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build', escapedCommand: 'xcodebuild -workspace "ios/HrxMobileApp.xcworkspace" -scheme HrxMobileAppUAT -configuration Debug -sdk iphonesimulator -derivedDataPath "ios/build"', exitCode: 65, signal: undefined, signalDescription: undefined, stdout: undefined, stderr: undefined, failed: true, timedOut: false, isCanceled: false, killed: false }

Specify --help for available options error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

sharmavipul9756 avatar Feb 01 '23 12:02 sharmavipul9756

I am also seeing the same issue, my project uses React Native version - 0.71.2 is it yet supported ?

g-tiwari avatar Apr 25 '23 23:04 g-tiwari

I've just tested react-native-owl on React-Native 0.71 and the build works fine.

I am running into an issue running the jest tests on my example, but that is a separate issue from the one reported here.

robwalkerco avatar Apr 27 '23 21:04 robwalkerco

Thanks for the update. There might be some other issue then.

g-tiwari avatar Apr 27 '23 21:04 g-tiwari