Skip to content

Fix errors when compiling with Swift file on iOS lower than 14 (#315) #70

Fix errors when compiling with Swift file on iOS lower than 14 (#315)

Fix errors when compiling with Swift file on iOS lower than 14 (#315) #70

Triggered via push April 25, 2024 15:06
Status Failure
Total duration 1h 59m 6s
Artifacts

build-ios.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
build (Paper)
The template is not valid. .github/workflows/build-ios.yml (Line: 59, Col: 16): hashFiles('example/node_modules/react-native/package.json') couldn't finish within 120 seconds.
build (Paper)
Run script build phase '[CP-User] [Hermes] Replace Hermes for the right configuration, if needed' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'hermes-engine' from project 'Pods')
build (Paper)
Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'LiveMarkdownExample' from project 'LiveMarkdownExample')
build (Paper): ios/RCTUITextView+Markdown.mm#L34
undeclared selector 'textDidChange' [-Wundeclared-selector]
build (Paper): ios/RCTBaseTextInputView+Markdown.m#L66
undeclared selector 'updateLocalData' [-Wundeclared-selector]
build (Paper): ios/RCTBackedTextFieldDelegateAdapter+Markdown.m#L35
undeclared selector 'textFieldDidChange' [-Wundeclared-selector]
build (Paper): example/node_modules/react-native/React/CoreModules/RCTStatusBarManager.mm#L82
'UIApplicationDidChangeStatusBarFrameNotification' is deprecated: first deprecated in iOS 13.0 - Use viewWillTransitionToSize:withTransitionCoordinator: instead. [-Wdeprecated-declarations]
build (Paper): example/node_modules/react-native/React/CoreModules/RCTStatusBarManager.mm#L86
'UIApplicationWillChangeStatusBarFrameNotification' is deprecated: first deprecated in iOS 13.0 - Use viewWillTransitionToSize:withTransitionCoordinator: instead. [-Wdeprecated-declarations]
build (Paper): example/node_modules/react-native/React/CoreModules/RCTStatusBarManager.mm#L102
'UIApplicationStatusBarFrameUserInfoKey' is deprecated: first deprecated in iOS 13.0 - Use viewWillTransitionToSize:withTransitionCoordinator: instead. [-Wdeprecated-declarations]
build (Paper): example/node_modules/react-native/React/CoreModules/RCTStatusBarManager.mm#L127
'statusBarFrame' is deprecated: first deprecated in iOS 13.0 - Use the statusBarManager property of the window scene instead. [-Wdeprecated-declarations]
build (Paper): example/node_modules/react-native/React/CoreModules/RCTStatusBarManager.mm#L161
'networkActivityIndicatorVisible' is deprecated: first deprecated in iOS 13.0 - Provide a custom network activity UI in your app if desired. [-Wdeprecated-declarations]
build (Fabric): example/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m#L3251
'SSLClose' is deprecated: first deprecated in iOS 13.0 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
build (Fabric): example/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m#L4786
'SSLGetBufferedReadSize' is deprecated: first deprecated in iOS 13.0 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
build (Fabric): example/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m#L4811
'SSLRead' is deprecated: first deprecated in iOS 13.0 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
build (Fabric): example/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m#L4939
'SSLGetBufferedReadSize' is deprecated: first deprecated in iOS 13.0 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
build (Fabric): example/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m#L5222
'SSLRead' is deprecated: first deprecated in iOS 13.0 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
build (Fabric): example/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m#L6186
'SSLWrite' is deprecated: first deprecated in iOS 13.0 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
build (Fabric): example/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m#L6237
'SSLWrite' is deprecated: first deprecated in iOS 13.0 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
build (Fabric): example/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m#L6872
'SSLCreateContext' is deprecated: first deprecated in iOS 13.0 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
build (Fabric): example/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m#L6872
'kSSLServerSide' is deprecated: first deprecated in iOS 13.0 [-Wdeprecated-declarations]
build (Fabric): example/ios/Pods/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m#L6872
'kSSLStreamType' is deprecated: first deprecated in iOS 13.0 [-Wdeprecated-declarations]