Skip to content

Conversation

husthyc
Copy link
Contributor

@husthyc husthyc commented Nov 24, 2021

The project file change includes:

  1. Removed the "install" folder from the navigation area, the user needs to manually drag this folder into Xcode, because we cannot assume that the file structure of the folder is a fixed one, it may change along with the updates of LibTorch.
  2. Added Accelerate.framework, MetalPerformanceShaders.framework and CoreML.framework for linking. Because LibTorch now introduces GPU and CoreML as backends. Otherwise, it may have "symbol not found" errors.

If we want to get rid of the manual work to set up the project, we can improve the setup script in the future. Now, this change just focus on resolving the build errors.

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Nov 24, 2021

💊 CI failures summary and remediations

As of commit e95e543 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

Copy link
Contributor

@datumbox datumbox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI for the iOS builds looks good. Thanks @husthyc.

@datumbox datumbox merged commit 09e759e into pytorch:main Nov 25, 2021
@github-actions
Copy link

Hey @datumbox!

You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

@datumbox datumbox added enhancement and removed bug labels Nov 25, 2021
facebook-github-bot pushed a commit that referenced this pull request Nov 30, 2021
Reviewed By: NicolasHug

Differential Revision: D32694311

fbshipit-source-id: f01ddba1499b1cd6fb8940ced6f60a8fea1007ab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants