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 Feb 2, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
I'm getting this imported into my Carthage build folder via this dependency declaration:
Xcode project that's included as a result of the checkout:
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
.The text was updated successfully, but these errors were encountered: