Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update splash.storyboard #2

Merged
merged 1 commit into from
Jun 5, 2019
Merged

Conversation

maxrfinch
Copy link

Fixes Xcode warning "Unsupported Configuration: This file is set to build for a version older than the deployment target. Functionality may be limited." Splash storyboard automatically set to Stencyl Target Deployment

Fixes Xcode warning "Unsupported Configuration: This file is set to build for a version older than the deployment target. Functionality may be limited." Splash storyboard automatically set to Stencyl Target Deployment
@justin-espedal
Copy link

In what situation does Xcode give that warning? What Xcode version? Does it actually prevent you from building, or cause any problems?

@maxrfinch
Copy link
Author

maxrfinch commented May 28, 2019

In what situation does Xcode give that warning? What Xcode version? Does it actually prevent you from building, or cause any problems?

The error is seen when the developer sets the deployment target to anything higher than iOS 9. The error is only seen when archiving the game from Xcode directly, no warnings in Stencyl are visible. The file change allows Xcode to match the deployment target in the storyboard based on the deployment target of the project rather than hardcoding it to an iOS 9 target deployment.

At first, I wasn't concerned with the warning, as the project still builds, but a few forum posts show building for a target version which is older than the projects target version can cause build errors should Apple decide to depreciate or modify something in the future.

I've made the change on my downloaded copy of Stencyl, the warning has disappeared and the game builds fine.

@justin-espedal justin-espedal merged commit 0d2c7f5 into Stencyl:develop Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants