无法启动该项目。我收到这个:
Bundle at path
/Users/admin/Library/Developer/CoreSimulator/Devices/0B7EE295-6BF3-41B6-ACA8-D4771EC65AB3/data/Library/Caches/com.apple.mobile.installd.staging/temp.2zLdYH/extracted/Payload/example.app/Frameworks/LocationPickerViewController.framework
did not have a CFBundleIdentifier in its Info.plist
我正在使用椰子。有什么想法吗?
“清洁解决方案”对我没有帮助。
/Users/admin/Library/Developer/CoreSimulator/Devices/0B7EE295-6BF3-41B6-ACA8-D4771EC65AB3/data/Library/Caches/com.apple.mobile.installd.staging/中不存在文件
Best Answer-推荐答案 strong>
对我来说清理构建文件夹是有效的。在 Xcode 中,按住 alt Product -> Clean Build Folder..
让我知道它是否适合你!
关于ios - 框架在其 Info.plist 中没有使用 Swift 和 Cocoapods 的 CFBundleIdentifier,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/41695645/
|