phil
phil
very said Specs satisfying the `atlantis-proxyman (~> 1.22.0)` dependency were found, but they required a higher minimum deployment target. our project is support iOS11
```swift public struct ApiResponse: Codable { public var code: Int public var message: String? public var data: T? public var isSuccess: Bool { return 200 ..< 300 ~= code }...
 +1,have any solutions?
haha, the solution is here: https://github.com/nrwl/nx/issues/21517#issuecomment-2242902642
@morgnism you can use this solution: https://github.com/nrwl/nx/issues/21517#issuecomment-2242902642, if you hot reload failed, you can fixed it by `nx reset`
@slyk The solution is here: https://github.com/nrwl/nx/issues/21517#issuecomment-2242902642. Reset you project.json, Just modify the webpack.config.js
请问一下, 有计划更新吗?