TheWidlarzGroup / react-native-video

A <Video /> component for react-native
https://docs.thewidlarzgroup.com/react-native-video/
MIT License
7.2k stars 2.9k forks source link

[BUG]: ios build fail #4289

Open marwane1b3 opened 7 hours ago

marwane1b3 commented 7 hours ago

Version

^6.7.0

What platforms are you having the problem on?

iOS

System Version

ios 16.4

On what device are you experiencing the issue?

Real device, Simulator

Architecture

Old architecture

What happened?

tried all clearing and cleaning methods DerivedData and cache... the build fails no matter what in vscode this is what i get : r \=non-modular-include-in-framework-module -fmodule-name\=jsinspector_modern -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DPOD_CONFIGURATION_DEBUG\=1 -DDEBUG\=1 -DCOCOAPODS\=1 -isysroot.... Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'GoToo.xcworkspace'. in xcode these are the errors --- Type 'AVPlayerItem' has no member 'newAccessLogEntryNotification' --- Type 'AVPlayerItem' has no member 'newAccessLogEntryNotification'.

Reproduction Link

repository link

Reproduction

Step to reproduce this bug are: swift language 5 > ios 16.4 xcode 14.3 iphone 12 pro Iphone 14 pro install package install pod run on ios > Fail .

github-actions[bot] commented 7 hours ago

Thank you for your issue report. Please note that the following information is missing or incomplete:

Please update your issue with this information to help us address it more effectively.

Note: issues without complete information have a lower priority

There is a newer version of the library available. You are using version ^6.7.0, while the latest stable version is 6.7.0. Please update to the latest version and check if the issue still exists.

Note: If the issue still exists, please update the issue report with the latest information.

marwane1b3 commented 6 hours ago

update had to downgrade the version to get the build working i use "react-native-video": "5.2.1", now works