-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
error code
Error output from Xcode build:
↳
2023-01-11 11:04:46.546 xcodebuild[17212:2271491] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot2/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-21157/DTDeviceKitBase/DTDKRemoteDeviceData.m:382
Details: (null) deviceType from 0fef2e919bb4455908bba984228e02f1e5fe0f36 was NULL when -platform called.
Object: <DTDKMobileDeviceToken: 0x7fd56f174f80>
Method: -platform
Thread: <NSThread: 0x600000053f80>{number = 7, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2023-01-11 11:04:46.779 xcodebuild[17212:2271492] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot2/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-21157/DTDeviceKitBase/DTDKRemoteDeviceData.m:382
Details: (null) deviceType from 0fef2e919bb4455908bba984228e02f1e5fe0f36 was NULL when -platform called.
Object: <DTDKMobileDeviceToken: 0x7fd56f174f80>
Method: -platform
Thread: <NSThread: 0x600000001380>{number = 9, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2023-01-11 11:04:46.879 xcodebuild[17212:2271492] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot2/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-21157/DTDeviceKitBase/DTDKRemoteDeviceData.m:382
Details: (null) deviceType from 0fef2e919bb4455908bba984228e02f1e5fe0f36 was NULL when -platform called.
Object: <DTDKMobileDeviceToken: 0x7fd56f174f80>
Method: -platform
Thread: <NSThread: 0x600000001380>{number = 9, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS Simulator, id:9B5BC6EF-ACA8-41D5-95E0-EB47A4DB80E1, OS:16.0, name:iPad (9th generation) }
{ platform:iOS Simulator, id:868FB94D-D6F7-452A-B418-696B7225508C, OS:16.0, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:5B5A40F1-F7BE-41C3-833F-0296D2AF2ED0, OS:16.0, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:C57FEF2F-D0B2-4613-A350-81384DDC75D7, OS:16.0, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:F269C5A8-6EF4-45C9-91DE-AF89BAD10393, OS:16.0, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:0B5014CB-75C0-40A4-8422-51668D5214D5, OS:16.0, name:iPhone 14 }
{ platform:iOS Simulator, id:078469A2-F91C-4E3C-9B04-1361006A3FDF, OS:16.0, name:iPhone 14 Plus }
{ platform:iOS Simulator, id:6E663C5E-992A-4E0A-A4C6-884BB9B87A08, OS:16.0, name:iPhone 14 Pro }
{ platform:iOS Simulator, id:A41AF07B-993D-462E-84AE-A1D85A223019, OS:16.0, name:iPhone 14 Pro Max }
{ platform:iOS Simulator, id:5FF7D06D-767D-49E6-B42B-094437A126C3, OS:16.0, name:iPhone SE (3rd generation) }
** BUILD FAILED **
Xcode's output:
↳
Undefined symbols for architecture arm64:
"_NET_DVR_FindClose_V30", referenced from:
-[HikvisionService searchPlaybackFilesInRange:completion:] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_FindFile_V30", referenced from:
-[HikvisionService searchPlaybackFilesInRange:completion:] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_FindNextFile_V30", referenced from:
-[HikvisionService searchPlaybackFilesInRange:completion:] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_GetErrorMsg", referenced from:
+[HikvisionService getLastDeviceError] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_GetLastError", referenced from:
+[HikvisionService getLastDeviceError] in libhikvision_flutter.a(HikvisionService.o)
+[HikvisionService setErrorResponse:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService login:completion:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService startPlayback:completion:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService pausePlayback:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService resumePlayback:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService getPlaybackSnapshot:completion:] in libhikvision_flutter.a(HikvisionService.o)
...
"_NET_DVR_Init", referenced from:
-[HikvisionService initialize:] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_Login_V40", referenced from:
-[HikvisionService login:completion:] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_Logout", referenced from:
-[HikvisionService logout:] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_PlayBackByTime_V40", referenced from:
-[HikvisionService startPlayback:completion:] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_PlayBackCaptureFile", referenced from:
-[HikvisionService getPlaybackSnapshot:completion:] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_PlayBackControl_V40", referenced from:
-[HikvisionService startPlayback:completion:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService pausePlayback:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService resumePlayback:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService playPlaybackFast:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService playPlaybackSlow:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService playPlaybackNormalSpeed:] in libhikvision_flutter.a(HikvisionService.o)
-[HikvisionService openPlaybackSound:] in libhikvision_flutter.a(HikvisionService.o)
...
"_NET_DVR_RealPlay_V40", referenced from:
-[HikvisionService startLive:] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_SetCapturePictureMode", referenced from:
-[HikvisionService getPlaybackSnapshot:completion:] in libhikvision_flutter.a(HikvisionService.o)
"_NET_DVR_StopRealPlay", referenced from:
-[HikvisionService stopLive:] in libhikvision_flutter.a(HikvisionService.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Building targets in dependency order
/Users/xichaogao/Downloads/hikvision_flutter-0.0.1+1/example/ios/Runner.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.0.99. (in target 'Runner' from project 'Runner')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')
warning: Run script build phase 'Thin Binary' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')
/Users/xichaogao/Downloads/hikvision_flutter-0.0.1+1/example/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.0.99. (in target 'Pods-Runner' from project 'Pods')
/Users/xichaogao/Downloads/hikvision_flutter-0.0.1+1/example/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.0.99. (in target 'hikvision_flutter' from project 'Pods')
/Users/xichaogao/Downloads/hikvision_flutter-0.0.1+1/example/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.0.99. (in target 'path_provider_ios' from project 'Pods')
/Users/xichaogao/Downloads/hikvision_flutter-0.0.1+1/example/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.0.99. (in target 'Flutter' from project 'Pods')
how can i do?
Metadata
Metadata
Assignees
Labels
No labels