Skip to content

File Not Found when building on new Xcode #1831

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

Closed
4 tasks done
mathieulb opened this issue Jan 6, 2025 · 2 comments
Closed
4 tasks done

File Not Found when building on new Xcode #1831

mathieulb opened this issue Jan 6, 2025 · 2 comments
Labels
state:duplicate Duplicate of already reported issue type:feature New feature or improvement of existing feature

Comments

@mathieulb
Copy link

New Issue Checklist

Issue Description

  • Parse/Parse/Internal/ParseManager.h:16:9 'PFOfflineStore.h' file not found
  • Parse/Parse/Source/Parse.m:10:9 'BFTask+Private.h' file not found
  • Parse/Parse/Source/ParseClientConfiguration.m:11:9 'ParseClientConfiguration_Private.h' file not found

while those files do exist in SourcePackages/checkouts/Parse-SDK-iOS-OSX (no other identical filenams in that source tree) :

  • ./Parse/Parse/Internal/LocalDataStore/OfflineStore/PFOfflineStore.h
  • ./Parse/Parse/Internal/BFTask+Private.h
  • ./Parse/Parse/Internal/ParseClientConfiguration_Private.h

Steps to reproduce

Press the build button on a project whose "Package Dependencies" contain "ParseObjC 2.7.0" or "ParseObjC 2.7.2" (tried both). This is my first attempt after upgrading to Xcode 16.x. Worked in Xcode 15.x last summer.

Actual Outcome

Can't build, see 3 error messages above

Expected Outcome

Successful build

Environment

Client

  • Parse ObjC SDK version: 2.7.0 and later 2.7.2
  • Xcode 16.2 (last success was in Xcode 15.x, did not try 16.0 nor 16.1)
  • MacOS 15.2 (last success was in MacOS 14.x, did not try 15.0 nor 15.1)

Server

  • Parse Server version: not relevant because build issue
  • Operating system: not relevant because build issue
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): not relevant because build issue

Database

  • System (MongoDB or Postgres): not relevant because build issue
  • Database version: not relevant because build issue
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): not relevant because build issue

Logs

Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza
Copy link
Member

mtrezza commented Jan 7, 2025

@mtrezza mtrezza closed this as completed Jan 7, 2025
@mtrezza mtrezza added type:bug Impaired feature or lacking behavior that is likely assumed state:duplicate Duplicate of already reported issue type:feature New feature or improvement of existing feature and removed type:bug Impaired feature or lacking behavior that is likely assumed labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:duplicate Duplicate of already reported issue type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants