-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
XCode does not show linked Libraries #2176
Comments
Can you confirm that you are indeed using v6? It is far from ready and should not be used. |
By bad, it’s indeed 5.0.0-dev! |
Do the other libraries show up as expected? |
The other libraries do not appear in ‘Frameworks and Libraries”, only the frameworks ending in |
Okay, good info to know. I don't have access to any apple devices, so I won't be able to triage this myself, but hopefully one of the other devs with access to one will be able to get you a fix. |
For info, posted on stackoverflow |
There was a typo in my
I suppose it’s not intended for spdlog, glfw3 and fmt (all .a files) to appear in “Frameworks and Libraries”, since if I add them, it says it ignores duplicates. I guess only frameworks and dynamic libraries go here. However, when trying to add
Note that it's looking in the wrong location for the Is there any was to tell |
Just added sample project to test "external" links.
Not to only one library, but there is |
What seems to be the problem?
Libraries (such as spdlog, glfw3) linked in the
links{}
section do not show up in the xcode project property’s "Frameworks and Libraries" section. Only frameworks such as Cocoa.framework and IOKit.framework appear.What did you expect to happen?
I expect the library to appear in the generated xcode project properties -> Target -> General -> Framework and Libraries.
What have you tried so far?
See the steps below.
How can we reproduce this?
git submodule add -f https://github.com/Microsoft/vcpkg.git ./vendor/packages
./vendor/packages/bootstrap-vcpkg.sh
{ "dependencies": ["spdlog", "glfw3", "vulkan", "glm"] }
./vendor/packages/vcpkg install --x-install-root=vendor/vcpkg-installed
./vendor/bin/premake/premake5 xcode4
What version of Premake are you using?
5.0.0-dev
Other details
Apple Silicon M1 Macbook Pro.
The text was updated successfully, but these errors were encountered: