Open paulrinaldi opened 9 months ago
I think this is an issue on M1 macs (a non x86 processor).
Looks like I need to follow the instructions in the readme: https://github.com/chaimPaneth/react-native-jw-media-player?tab=readme-ov-file#ios-1 and go to https://docs.jwplayer.com/players/docs/ios-enable-casting-to-chromecast-devices#requirement and follow these instructions as well though it seems quite involved.
Has anyone been able to successfully build on iOS without performing the manual framework setup?
Hey Paul! Also having similar issues. Lmk if you find anything
Looks like this may have been addressed in https://github.com/chaimPaneth/react-native-jw-media-player/commit/8d6c6754e420880092f66165c9e117af94d30ee4. I no longer encounter it.
Environment: Apple M1 Pro Sonoma 14.3.1 (23D60) Package Manager Used:
yarn
Simulator running: Xcode's iPhone 6s Plus iOS 17.2Versions:
node -v
outputsv21.6.1
app.json
:Since when deployment target was 13.0-13.9, errored with need to target a higher version for compatible e.g.
package.json
Actual:
11 | import MediaPlayer 12 | import React
CommandError: Failed to build iOS project. "xcodebuild" exited with error code 65.