机车圈
机车圈
  • 发布:2021-11-19 16:44
  • 更新:2021-11-19 17:52
  • 阅读:369

打包ios基座失败

分类:uni-app

今天打包基座一直失败

ld: symbol(s) not found for architecture arm64  
clang: error: linker command failed with exit code 1 (use -v to see invocation)  
** BUILD FAILED **The following build commands failed:  
Ld [PackagePath]/build/HBuilder.build/Release-iphoneos/HBuilder.build/Objects-normal/arm64/Binary/HBuilder normal arm64  
(1 failure)

日志地址

https://ide.dcloud.net.cn/build/errorLog/4e704fa0-4912-11ec-a98b-0dc483b47337

2021-11-19 16:44 负责人:无 分享
已邀请:
DCloud_iOS_XHY

DCloud_iOS_XHY

Undefined symbols for architecture arm64:  
\"_OBJC_CLASS_$_IJKFFOptions\", referenced from:  
objc-class-ref in libpox.a(ZFIJKPlayerManager.o)  
\"_OBJC_CLASS_$_IJKFFMoviePlayerController\", referenced from:  
objc-class-ref in libpox.a(ZFIJKPlayerManager.o)  
\"_IJKMPMoviePlayerLoadStateDidChangeNotification\", referenced from:  
-[ZFIJKPlayerManager addPlayerNotificationObservers] in libpox.a(ZFIJKPlayerManager.o)  
-[ZFIJKPlayerManager removeMovieNotificationObservers] in libpox.a(ZFIJKPlayerManager.o)  
\"_IJKMPMoviePlayerPlaybackDidFinishReasonUserInfoKey\", referenced from:  
-[ZFIJKPlayerManager moviePlayBackFinish:] in libpox.a(ZFIJKPlayerManager.o)  
\"_IJKMPMovieNaturalSizeAvailableNotification\", referenced from:  
-[ZFIJKPlayerManager addPlayerNotificationObservers] in libpox.a(ZFIJKPlayerManager.o)  
-[ZFIJKPlayerManager removeMovieNotificationObservers] in libpox.a(ZFIJKPlayerManager.o)  
\"_IJKMPMoviePlayerPlaybackDidFinishNotification\", referenced from:  
-[ZFIJKPlayerManager addPlayerNotificationObservers] in libpox.a(ZFIJKPlayerManager.o)  
-[ZFIJKPlayerManager removeMovieNotificationObservers] in libpox.a(ZFIJKPlayerManager.o)  
\"_IJKMPMoviePlayerPlaybackStateDidChangeNotification\", referenced from:  
-[ZFIJKPlayerManager addPlayerNotificationObservers] in libpox.a(ZFIJKPlayerManager.o)  
-[ZFIJKPlayerManager removeMovieNotificationObservers] in libpox.a(ZFIJKPlayerManager.o)  
\"_IJKMPMediaPlaybackIsPreparedToPlayDidChangeNotification\", referenced from:  
-[ZFIJKPlayerManager addPlayerNotificationObservers] in libpox.a(ZFIJKPlayerManager.o)  
-[ZFIJKPlayerManager removeMovieNotificationObservers] in libpox.a(ZFIJKPlayerManager.o)

你好,缺少依赖库了 IJK 这个库没有正确添加

该问题目前已经被锁定, 无法添加新回复