feat!: support new React Native architecture #411
ci.yml
on: pull_request
lint
1m 7s
check-objc-formatting
15s
check-java-and-kotlin-formatting
12s
test
2s
build-library
1m 24s
build-android
10m 22s
build-ios
15m 57s
Annotations
13 errors and 10 warnings
lint
Process completed with exit code 1.
|
lint:
example/e2e/shared.js#L59
Replace `name` with `(name)`
|
lint:
example/e2e/shared.js#L33
Replace `number` with `(number)`
|
build-ios
"__swift_FORCE_LOAD_$_swiftunistd", referenced from:
|
build-ios
"__swift_FORCE_LOAD_$_swiftsys_time", referenced from:
|
build-ios
"__swift_FORCE_LOAD_$_swift_time", referenced from:
|
build-ios
"__swift_FORCE_LOAD_$_swift_stdio", referenced from:
|
build-ios
"__swift_FORCE_LOAD_$_swift_signal", referenced from:
|
build-ios
"__swift_FORCE_LOAD_$_swift_math", referenced from:
|
build-ios
"__swift_FORCE_LOAD_$_swift_errno", referenced from:
|
build-ios
"__swift_FORCE_LOAD_$_swift_Builtin_float", referenced from:
|
build-ios
Undefined symbols for architecture arm64
|
build-ios
@googlemaps/react-native-navigation-sdk-example#build:ios: command (/Users/runner/work/react-native-navigation-sdk/react-native-navigation-sdk/example) /private/var/folders/tp/bfmjfn9s0hd59bm9z80j3mgm0000gn/T/xfs-11aba702/yarn run build:ios exited (1)
|
build-ios:
example/node_modules/react-native/Libraries/Text/Text/RCTTextView.mm#L285
'kUTTypeFlatRTFD' is deprecated: first deprecated in iOS 15.0 - Use UTTypeFlatRTFD or UTType.flatRTFD (swift) instead. [-Wdeprecated-declarations]
|
build-ios:
example/node_modules/react-native/Libraries/Text/Text/RCTTextView.mm#L288
'kUTTypeUTF8PlainText' is deprecated: first deprecated in iOS 15.0 - Use UTTypeUTF8PlainText or UTType.utf8PlainText (swift) instead. [-Wdeprecated-declarations]
|
build-ios:
example/node_modules/react-native/Libraries/Text/Text/RCTTextView.mm#L285
'kUTTypeFlatRTFD' is deprecated: first deprecated in iOS 15.0 - Use UTTypeFlatRTFD or UTType.flatRTFD (swift) instead. [-Wdeprecated-declarations]
|
build-ios:
example/node_modules/react-native/ReactCommon/reactperflogger/fusebox/FuseboxTracer.h#L26
declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
|
build-ios:
example/node_modules/react-native/ReactCommon/reactperflogger/fusebox/FuseboxTracer.h#L26
declaration is marked with '@deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/Internal/Security/SRPinningSecurityPolicy.m#L54
'SecTrustGetCertificateAtIndex' is deprecated: first deprecated in iOS 15.0 [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRURLUtilities.m#L63
'NSURLNetworkServiceTypeVoIP' is deprecated: first deprecated in iOS 13.0 - Use PushKit for VoIP control purposes [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/Internal/Security/SRPinningSecurityPolicy.m#L54
'SecTrustGetCertificateAtIndex' is deprecated: first deprecated in iOS 15.0 [-Wdeprecated-declarations]
|
build-ios:
example/ios/Pods/SocketRocket/SocketRocket/Internal/Utilities/SRURLUtilities.m#L63
'NSURLNetworkServiceTypeVoIP' is deprecated: first deprecated in iOS 13.0 - Use PushKit for VoIP control purposes [-Wdeprecated-declarations]
|
build-ios
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 'ReactNativeNavigationSdkExample' from project 'ReactNativeNavigationSdkExample')
|