10.1.32 升级10.1.60 之后,编译失败!具体报错信息如下:
如果去掉“mPaaS_TinyApp”模块,可以编译成功 模块通过cocoaPods引入
Undefined symbols for architecture arm64:
"_MPMoviePlayerThumbnailImageKey", referenced from:
-[BEEAssetVideoPlayer videoThumbnailIsAvailable:] in BeePhotoBrowser(BEEAssetVideoPlayer.o)
"_MPMoviePlayerPlaybackStateDidChangeNotification", referenced from:
-[BEEAssetVideoPlayer buildPlayerView:] in BeePhotoBrowser(BEEAssetVideoPlayer.o)
"_OBJC_CLASS_$_MPRemoteCommandCenter", referenced from:
objc-class-ref in BEEAudioUtil(BeeAudioPlayermanager.o)
"_OBJC_CLASS_$_MPNowPlayingInfoCenter", referenced from:
objc-class-ref in BEEAudioUtil(BeeAudioPlayermanager.o)
"_MPMoviePlayerThumbnailImageRequestDidFinishNotification", referenced from:
-[BEEAssetVideoPlayer buildPlayerView:] in BeePhotoBrowser(BEEAssetVideoPlayer.o)
"_MPMediaItemPropertyArtwork", referenced from:
-[BeeAudioPlayermanager updateRemoteControlInfoWithCoverImage:isPlaying:] in BEEAudioUtil(BeeAudioPlayermanager.o)
"_MPMediaItemPropertyTitle", referenced from:
-[BeeAudioPlayermanager updateRemoteControlInfoWithCoverImage:isPlaying:] in BEEAudioUtil(BeeAudioPlayermanager.o)
"_MPMediaItemPropertyArtist", referenced from:
-[BeeAudioPlayermanager updateRemoteControlInfoWithCoverImage:isPlaying:] in BEEAudioUtil(BeeAudioPlayermanager.o)
"_MPMediaItemPropertyAlbumTitle", referenced from:
-[BeeAudioPlayermanager updateRemoteControlInfoWithCoverImage:isPlaying:] in BEEAudioUtil(BeeAudioPlayermanager.o)
"_OBJC_CLASS_$_MPVolumeView", referenced from:
objc-class-ref in BeeCapture(BCMediaRecordBtnView.o)
"_OBJC_CLASS_$_MPMoviePlayerViewController", referenced from:
objc-class-ref in BeePhotoBrowser(BEEAssetVideoPlayer.o)
"_OBJC_CLASS_$_MPMediaItemArtwork", referenced from:
objc-class-ref in BEEAudioUtil(BeeAudioPlayermanager.o)
"_MPNowPlayingInfoPropertyElapsedPlaybackTime", referenced from:
-[BeeAudioPlayermanager updateRemoteControlInfoWithCoverImage:isPlaying:] in BEEAudioUtil(BeeAudioPlayermanager.o)
"_OBJC_CLASS_$_MPMusicPlayerController", referenced from:
objc-class-ref in BeeMediaPlayer(BeeVideoPlayerControlView.o)
"_MPMediaItemPropertyPlaybackDuration", referenced from:
-[BeeAudioPlayermanager updateRemoteControlInfoWithCoverImage:isPlaying:] in BEEAudioUtil(BeeAudioPlayermanager.o)
"_MPNowPlayingInfoPropertyPlaybackRate", referenced from:
-[BeeAudioPlayermanager updateRemoteControlInfoWithCoverImage:isPlaying:] in BEEAudioUtil(BeeAudioPlayermanager.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。