erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Add valid archs for simulator to OCMocklib to silent xcodebuild warnings #373

Closed c0diq closed 4 years ago

c0diq commented 5 years ago

This fixes command line warnings when running xcodebuild

    The iOS Simulator deployment target is set to 5.0, but the range of supported deployment target versions for this platform is 8.0 to 12.2.99. (in target 'OCMockLib')
    Mapping architecture arm64 to x86_64. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'OCMockLib')
    Mapping architecture armv7 to i386. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'OCMockLib')
    Mapping architecture armv7s to i386. Ensure that this target's Architectures and Valid Architectures build settings are configured correctly for the iOS Simulator platform. (in target 'OCMockLib')
erikdoe commented 5 years ago

Can you clarify whether this is for Xcode 10 or Xcode 11? Thanks.

c0diq commented 5 years ago

Xcode 10 but I think the same thing applies to Xcode 11.

-s

On Aug 22, 2019, at 2:26 PM, Erik Doernenburg notifications@github.com wrote:

 Can you clarify whether this is for Xcode 10 or Xcode 11? Thanks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.