Podfile错误写法,会报错The dependency `Reveal-iOS-SDK` is not used in any concrete target. platform:ios,'7.0' pod 'Reveal-iOS-SDK', :configurations => ['Debug'] Podfile正确的写法: platform:ios,'7.0' target 'WeiYiTest' dopod 'Reveal-iOS-SDK', :configurations => […
今天新机装cocopods时,等安装完毕发觉出现[!] The dependency `AFNetworking (~> 3.1.0)` is not used in any concrete target.这个警告.看了下版本: 1.0.1 解决方式: 官网是这样给推荐的: 在创建Podfile的时候,用这种格式使用, platform :ios, '8.0' #use_frameworks!个别需要用到它,比如reactiveCocoa target 'TestPod' do pod '…
报错 ERROR Failed to compile with 1 errors 10:33:34 ├F10: PM┤ This dependency was not found: * @/views/teacher/save in ./src/router/index.js To install it, you can run: npm install --save @/views/teacher/save 原因 在router/index.js中,路径写错,写对就可以了.…
当用CocoaPods pod install 时出现了下面的错误时: p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #c33720 } span.s1 { } [!] The dependency `JSONModel (~> 1.2.0)` is not used in any concrete target. The dependency `MJExtension (~> 3.0.10)` is n…
今天在生成一个项目的时候,生成报错,错误如下:The current .NET SDK does not support targeting .NET Core 2.1. Either target .NET Core 1.1 or lower, or use a version of the .NET SDK that supports .NET Core 2.1." 使用的最新的visual studio2017 15.7.4. 我电脑上安装了.net core 2.1.100.2.1.1…
'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework:spring-webmvc:jar dependency.(groupId:artifactId:type:classifier)' must be unique:依赖必须是唯一的 duplicate declaration of version :重复申明版本 解决:检查自己的pox.xml中是否重…