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

Embedded dylibs/frameworks warning when compiling for 7.1 #25

Closed
thedriveman opened this issue Dec 12, 2014 · 2 comments
Closed

Embedded dylibs/frameworks warning when compiling for 7.1 #25

thedriveman opened this issue Dec 12, 2014 · 2 comments

Comments

@thedriveman
Copy link

Dave, thanks for creating this useful framework.

I've included the framework in a project that is targeting iOS7.1, and building the framework generates "ld: warning: embedded dylibs/frameworks only run on iOS 8 or later". The code does link and executes on 7.1 devices, but I wonder if it will be stable and if so, whether it's possible to eliminate or suppress this warning. Thanks.

@DaveWoodCom
Copy link
Owner

If you're targeting iOS 7 as well, you'll probably want to just include the XCGLogger.swift file in your project instead of using it as a framework. Also see: #22 as you'll probably hit the Seg Fault 11 issue and need to change the Swift Optimization level to none (bug in Xcode).

@thedriveman
Copy link
Author

Thanks, that worked. Please consider adding a note to the read.me file.

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

No branches or pull requests

2 participants