mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-11 21:10:23 +01:00
[PR #6] [MERGED] Changing iOS deployment target to 8.0. The library works with iOS 7, but... #89
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UrbanApps/Armchair/pull/6
Author: @plivesey
Created: 11/30/2014
Status: ✅ Merged
Merged: 12/1/2014
Merged by: @coneybeare
Base:
master← Head:master📝 Commits (1)
351e436Changing iOS deployment target to 8.0. The library works with iOS 7, but modules aren't supported.📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
Armchair.xcodeproj/project.pbxproj(+4 -4)📄 Description
... modules aren't supported.
Should be changed back to 7.0 when we have some different way of deploying the library.
So, it worked with iOS 7 for a while, but then I tried to archive, and it failed. Lot's of weird errors like: "Invalid segment alignment" and "Armchair.framework isn't a positional independent component.
Until there is some other type of deployment system which allows for iOS 7, I think we should bump to 8.0. This should cause less problems for people consuming the library.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.