Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to build IOS #139

Open
sharmavipul9756 opened this issue Feb 1, 2023 · 3 comments
Open

Failing to build IOS #139

sharmavipul9756 opened this issue Feb 1, 2023 · 3 comments

Comments

@sharmavipul9756
Copy link

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.

@g-tiwari
Copy link

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

@robwalkerco
Copy link
Member

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.

@g-tiwari
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants