You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
I am using Xcode 6, and a lib{$PROJECT_NAME}.a file is not being created during the build phase. Is there something that new that must be done in order for this file to be created?
The text was updated successfully, but these errors were encountered:
I had the same issue, in my case the problem was that I was trying to the get the .a but I didn't actually add classes to the project. Once I added some "project" files it starts to generate the .a file.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using Xcode 6, and a lib{$PROJECT_NAME}.a file is not being created during the build phase. Is there something that new that must be done in order for this file to be created?
The text was updated successfully, but these errors were encountered: