We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4137 - Can't build SDL2 for iOS using
Summary: Can't build SDL2 for iOS using
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.8
Hardware: x86_64 Mac OS X 10.11
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-15 23:33 UTC by Steve Robinson
Modified: 2018-04-15 23:33 UTC (History)
0 users

See Also:


Attachments
Build Error (56.67 KB, image/png)
2018-04-15 23:33 UTC, Steve Robinson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Robinson 2018-04-15 23:33:34 UTC
Created attachment 3222 [details]
Build Error

Reproduction steps:

1. Untar SDL2-2.0.8.tar.gz source archive
2. In Mac OS X Finder program, open the source folder and go to Xcode-iOS/SDL
3. Double-click on SDL.xcodeproj to open it in Xcode
4. In Xcode, go to Product > Build

Build fails.  The errors are in the attached screen shot.
When I perform these steps with the SDL2-2.0.7.tar.gz source archive, it builds fine.

I'm using Xcode 8.2.1 (8C1002) with Mac OS X 10.11.6 (El Capitan) on a MacBook Pro 13" Mid 2009.  I'm on the newest Xcode/OS X that's supported for this laptop.

I looked in docs/README-ios.md and it didn't indicate that I'm using unsupported software.