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

Support iOS 12 simulator #39

Closed
wants to merge 1 commit into from
Closed

Support iOS 12 simulator #39

wants to merge 1 commit into from

Conversation

aydenp
Copy link
Contributor

@aydenp aydenp commented Jun 14, 2018

This pull adds support for the iOS 12 simulator by changing the following:

  • Removing the i386 architecture from simject and respring_simulator to allow building (fixes Make setup problem with xcode 9.3 #38)
  • Changing the deployment target from iOS 5.0 to 7.0 so that the deprecated, and now removed in IOS 12, libstdc++ is no longer used in favour of libc++
  • Codesigning simject.dylib after copying setup to allow for loading in iOS 12

@PoomSmart PoomSmart requested a review from akemin-dayo July 7, 2018 10:56
@PoomSmart
Copy link
Collaborator

The solution has been included in the recent commits.

@PoomSmart PoomSmart closed this Jul 8, 2018
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.

Make setup problem with xcode 9.3
2 participants