AliSoftware / OHHTTPStubs

Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
MIT License
5.03k stars 602 forks source link

OHHTPStubs frameworks: Put Headers phase before Sources phase. #350

Closed byohay closed 7 months ago

byohay commented 2 years ago

Checklist

Motivation and Context

On Xcode 13.3 sometimes an error about cycle dependencies is emitted. The fix to this is to put the Headers build phase before Sources build phase.

shredsonic commented 2 years ago

We also need this fix merged in.