Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Missing absolute file ref to TestProject-Library-32And64bitTests-Info.plist #768

Open
mattrobmattrob opened this issue Sep 17, 2019 · 0 comments

Comments

@mattrobmattrob
Copy link

I'm getting this imported into my Carthage build folder via this dependency declaration:

github "facebook/facebook-objc-sdk" ~> 5.0

Xcode project that's included as a result of the checkout:

./Carthage/Checkouts/facebook-objc-sdk/Carthage/Checkouts/xctool/xctool/xctool-tests/TestData/TestProject-Library-64bit/TestProject-Library-64bit.xcodeproj

We have scripts that verify the presence of all referenced files to ensure developers don't include files that won't exist for others. This project includes a non-existent reference to TestProject-Library-32And64bitTests-Info.plist.

Missing Absolute Reference
Screen Shot 2019-09-17 at 8 28 52 AM
mattrobmattrob added a commit to mattrobmattrob/xctool that referenced this issue Sep 17, 2019
Proposed fix for facebookarchive#768.

**Changes:**
- Remove missing absolute reference to `TestProject-Library-32And64bitTests-Info.plist` in file navigator.
- Switch to `./TestProject-Library-64bitTests/Info.plist` for the value of `INFOPLIST_FILE` in `TestProject-Library-32And64bitTests`.

**Testing:**
Validate that both `TestProject-Library-32And64bitTests` and `TestProject-Library-64bitTests` pass in Xcode 11 GM 1 (`11A419c`) on iPhone 11 Pro Max.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant