Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile IJKMediaDemo xCode project #7

Closed
SEB-Appstore opened this issue Apr 1, 2014 · 5 comments
Closed

Can't compile IJKMediaDemo xCode project #7

SEB-Appstore opened this issue Apr 1, 2014 · 5 comments

Comments

@SEB-Appstore
Copy link

I followed the install process:
"git clone https://github.com/bbcallen/ijkplayer.git ijkplayer-ios-stable
cd ijkplayer-ios-stable
git checkout -B stable n0.1.0
sh init-ios.sh
cd ios
sh compile-ffmpeg.sh all"

But I got some errors when I try to compile theIJKMediaDemo xCode project. I have the following warning and errors:
"ld: warning: directory not found for option '-L/Users/SEB/Documents/ijkplayer-ios-stable/ios/IJKMediaDemo/../../../../../Library/Developer/Xcode/DerivedData/IJKMedia-earrwrzhlmypuheegnwtfewujljd/Build/Products/Debug-iphoneos'
Undefined symbols for architecture armv7:
"OBJC_CLASS$_IJKFFMoviePlayerController", referenced from:
objc-class-ref in IJKMoviePlayerViewController.o
"OBJC_CLASS$_IJKMediaModule", referenced from:
objc-class-ref in IJKAppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)"

Whatever the platform (iPhone 4, iPhone 5, iPhone 5S or simulator) I always got these kind of architecture errors.
I have been trying to change the search paths for the past days with no success...
Am I missing something?

Any help will be greatly appreciated

@kimjj81
Copy link

kimjj81 commented Apr 3, 2014

I got the same problem.. The project include those files. What's matter?

@bbcallen
Copy link
Contributor

bbcallen commented Apr 3, 2014

Try unstable build instead. It must be my misusing of Xcode workspace

@SEB-Appstore
Copy link
Author

Confirm that the IJKMediaDemo xCode project in the unstable build can be compiled.

@bbcallen
Copy link
Contributor

bbcallen commented Apr 8, 2014

thanks

@bbcallen bbcallen closed this as completed Apr 8, 2014
@BrodJP
Copy link

BrodJP commented Oct 15, 2014

Can´t compile using Stable or Unestable for armv7, i got:

Undefined symbols for architecture armv7:
"_ff_startcode_find_candidate_armv6", referenced from:
_ff_h264dsp_init_arm in libIJKMediaPlayer.a(h264dsp_init_arm.o)
_ff_vc1dsp_init_arm in libIJKMediaPlayer.a(vc1dsp_init_arm.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

HWilliamgo pushed a commit to HWilliamgo/ijkplayer that referenced this issue Jan 4, 2020
Add off screen glrender
Render frame texture to CVPixelBuffer which can be passed to Flutter
@smartTop smartTop mentioned this issue May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants