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

Unable to build iOS app on single-server branch #3220

Closed
uluzox opened this issue Jun 17, 2021 · 1 comment
Closed

Unable to build iOS app on single-server branch #3220

uluzox opened this issue Jun 17, 2021 · 1 comment

Comments

@uluzox
Copy link

uluzox commented Jun 17, 2021

Description:

I checked out the single-server branch of your project, and I am unable to build the ios app.

The build fails with

error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening RocketChatRN.xcworkspace. Run CLI with --verbose flag for more details.

verbose build log:
build.log

It seems that some expected method is not available:

react-native/Libraries/LinkingIOS/RCTLinkingManager.mm:102:27: error: 'openURL:options:completionHandler:' is unavailable: not available on iOS (App Extension)
  [RCTSharedApplication() openURL:URL options:@{} completionHandler:^(BOOL success) {

Environment Information:

  • OS Version: macOS Big Sur Version 11.2.1
  • XCode
xcodebuild -version
Xcode 12.5
Build version 12E262

Steps to reproduce:

yarn
npx pod-install
yarn ios

Expected behavior:

App is build.

@diegolmello
Copy link
Member

#3146 (comment)

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

2 participants