You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware there are a few issues in this repo already regarding disparity between current xcode version and cocoapods/fourflusher version, however I feel only the symptoms are being addressed and not the issue.
I could be wrong (so please correct me if I am), but it seems fourflusher isn't honouring the selected xcode version on the machine.
For example, we have a few build machines that have Xcode 10.1 and 10.2 installed alongside CocoaPods 1.5.3. With Xcode 10.1 selected, when I run xcrun simctl list I see a list of 12.1 simulators. Here is a snippet of the output:
I'm aware there are a few issues in this repo already regarding disparity between current xcode version and cocoapods/fourflusher version, however I feel only the symptoms are being addressed and not the issue.
I could be wrong (so please correct me if I am), but it seems fourflusher isn't honouring the selected xcode version on the machine.
For example, we have a few build machines that have Xcode 10.1 and 10.2 installed alongside CocoaPods 1.5.3. With Xcode 10.1 selected, when I run
xcrun simctl list
I see a list of 12.1 simulators. Here is a snippet of the output:However, when I run
pod spec lint
it says it can't find simulators that match the output (e.g.com.apple.coresimulator.simruntime.ios-12-1
)Fourflusher should use the selected / active version of Xcode (based on the output from
xcode-select -p
orxcversion selected
).The text was updated successfully, but these errors were encountered: