Post

Replies

Boosts

Views

Activity

Reply to Xcode 15: Multiple Commands Produce Duplicate Info.plist Error
I have the same error and just can't get any further. When I create info.plist, it is automatically in the copy bundles. If I remove it from there, the target membership is also gone. But if I add it, I always get the error message: Multiple Commands Produce Duplicate. So it seems that the file exists twice. In the derived data folder, there is also another info.plist (with a small i), which contains different data than in my actual Info.plist file. I have checked the code of my app in the text editor to delete Info.plist as well as the derived folder, but it always comes to the same error.
Jan ’25
Reply to Friend Connection ( User A / User B) Problem
It's the public database. In this view you sign in using Apple Sign-In and create a specific user ID. Then you can access a global leaderboard to compare with all signed-in users. Additionaly, there’s a friend tab where you can search for and type in a specific user ID. The target user sees the friend request, can accept it, and then the accepted friend appears in their friend list. However, the original requester doesn’t see the connection after acceptance even though CloudKit shows the records Add comment. I've also tried to add a placeholder in for User A, that e.g he send the request and then has a placeholder where it says e.g pending request to User B. After User B accepted the request, the placeholder will go away and no friend connection is displayed, very strange.
3w