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
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.
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.
The text was updated successfully, but these errors were encountered:
Description:
I checked out the
single-server
branch of your project, and I am unable to build the ios app.The build fails with
verbose build log:
build.log
It seems that some expected method is not available:
Environment Information:
Steps to reproduce:
Expected behavior:
App is build.
The text was updated successfully, but these errors were encountered: