Error when creating Archive

205 Views Asked by At

i m implementing rtmp streaming player and its work fine on device, but when i create archive of project, error occurred,

I am using this framwork: IJKMediaFramework and its working good, but not able to create Archive

enter image description here

2

There are 2 best solutions below

0
On BEST ANSWER

Seems some files are missing!

I face same issue, I found IJKMediaFramework.framework.zip at https://pan.baidu.com/share/link?shareid=729122436&uk=2134088328

Its working fine for me...

1
On

Make sure that you have included the Xcode project into your own project as well.

Check the IJKFFMoviePlayerController group in Xcode & ensure all the files from GIT are included there. In my case, the files listed above were missing. Adding them manually (by dragging them into the group) fixed it.

Make sure that yasm is installed in your environment before building IJKMediaFramework with FFMPEG and replace following string in confing/module.sh

export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --disable-protocol=async"

with

export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-protocol=async"