../eligibility.plist: No such file or directory(2)

Hi CodeCrew,

I believed my code and app is working before upgrading to Somona 14 which comes with xcode 15… Before the upgrade I think xcode is version 14. Whilst my code can compile and runs via simulator, I’m getting the error below. I have yet to find out how this impact my app. Its better to fix this before I get weird errors. Appreciate any help.

Whats eligibility.plist? I thought only app only has info.plist.

load_eligibility_plist: Failed to open /Users/clf_mac_mini/Library/Developer/CoreSimulator/Devices/927C5B2C-5AEF-4B09-8FA6-4D1C2A0C3315/data/Containers/Data/Application/5A7C6771-ED22-4F3D-9619-738C78B2C9DB/private/var/db/eligibilityd/eligibility.plist: No such file or directory(2)

load_eligibility_plist: Failed to open /Users/clf_mac_mini/Library/Developer/CoreSimulator/Devices/927C5B2C-5AEF-4B09-8FA6-4D1C2A0C3315/data/Containers/Data/Application/5A7C6771-ED22-4F3D-9619-738C78B2C9DB/private/var/db/eligibilityd/eligibility.plist: No such file or directory(2)

load_eligibility_plist: Failed to open /Users/clf_mac_mini/Library/Developer/CoreSimulator/Devices/927C5B2C-5AEF-4B09-8FA6-4D1C2A0C3315/data/Containers/Data/Application/5A7C6771-ED22-4F3D-9619-738C78B2C9DB/private/var/db/eligibilityd/eligibility.plist: No such file or directory(2)

load_eligibility_plist: Failed to open /Users/clf_mac_mini/Library/Developer/CoreSimulator/Devices/927C5B2C-5AEF-4B09-8FA6-4D1C2A0C3315/data/Containers/Data/Application/5A7C6771-ED22-4F3D-9619-738C78B2C9DB/private/var/db/eligibilityd/eligibility.plist: No such file or directory(2)

Regards,
Chauncey

Today I have the same warning in Xcode 16. I am building a new project for my handin assignment of the networking course. I’ve just added my config file with the variable API_KEY and my api key as a value in it, referenced the config file in the project debug and release configuration and lastly referenced the API_KEY in the project target under info with API_KEY as the key and $(API_KEY) as the value.

My project builds fine, but when I run my project in the simulator I get the following warning:

load_eligibility_plist: Failed to open /Users/kees/Library/Developer/CoreSimulator/Devices/83310636-8AB0-4F7A-8ED3-3536F3097D67/data/Containers/Data/Application/C9C78153-B8DD-4CDC-B138-E165553B1B93/private/var/db/eligibilityd/eligibility.plist: No such file or directory(2)

I’ve tried a google search but just ended up with the questing in this topic. I have not found a solution just yet.

Regards,
Kees

I’m using Xcode 16.3 and I get the same message in the debug console and it’s a project created a while ago. I tried to find some reference to it in the .xcodeproj package file but nothing at all.

From what I can tell it has no detrimental effect on the project and since there is nothing to allude to what it might be I just chose to ignore it.

I’m calling it an Xcode bug until I know better.

2 Likes