Mobile-UXSDK-iOS Swift Sample Code Error: No such module 'iOS_Color_Picker'

Mobile-UXSDK-iOS Swift Sample Code Error: No such module 'iOS_Color_Picker'

我下载了 https://github.com/dji-sdk/Mobile-UXSDK-iOS 的最新主控(应该是 4.11.1),安装了 pods 并插入了 Bundle Identifier 和 App Key。

编译时出现错误:

Mobile-UXSDK-iOS/Sample Code/SwiftSampleCode/UXSDKSwiftSample/MapWidget/CustomMapViewController.swift:10:8: No such module 'iOS_Color_Picker'

我的 pod 安装看起来很成功:

pod install
Analyzing dependencies
Downloading dependencies
Installing DJI-SDK-iOS (4.11.2)
Installing DJI-UXSDK-iOS (4.11.1)
Installing DJIFlySafeDatabaseResource (01.00.01.17)
Installing DJIWidget (1.6.2)
Installing iOS-Color-Picker (1.2)
Generating Pods project
Integrating client project

谁能帮我解决这个错误?

非常感谢

使用的工作区文件和所有作品