# UIKit build error: Unable to load contents of file list

**URL:** https://forum.social.plus/t/uikit-build-error-unable-to-load-contents-of-file-list/1365
**Category:** UIkit
**Created:** [June 27, 2024, 4:11am UTC](https://forum.social.plus/t/uikit-build-error-unable-to-load-contents-of-file-list/1365 "2024-06-27T04:11:20Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jay](https://avatars.discourse-cdn.com/v4/letter/j/ed8c4c/32.png) [@jay](https://forum.social.plus/u/jay)
#### Post date: [June 27, 2024, 4:11am UTC](https://forum.social.plus/t/uikit-build-error-unable-to-load-contents-of-file-list/1365/1 "2024-06-27T04:11:20Z")

</div>

I get the error below when following the instructions to run the example app from: [GitHub - AmityCo/Amity-Social-UIKit-React-Native-CLI-OpenSource](https://github.com/AmityCo/Amity-Social-UIKit-React-Native-CLI-OpenSource/)

```auto
 npm run ios --prefix example

> AmityReactNativeSocialUiKitExample@0.0.1 iOS
> react-native run-ios

info Found Xcode workspace "AmityReactNativeSocialUiKitExample.xcworkspace"
info Found booted iPhone 15
info Launching iPhone 15
info Building (using "xcodebuild -workspace AmityReactNativeSocialUiKitExample.xcworkspace -configuration Debug -scheme AmityReactNativeSocialUiKitExample -destination id=71A6566D-9BA2-4E09-82C6-BE4DD1C41397")

    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace AmityReactNativeSocialUiKitExample.xcworkspace -configuration Debug -scheme AmityReactNativeSocialUiKitExample -destination id=71A6566D-9BA2-4E09-82C6-BE4DD1C41397

[...]

error: Unable to load contents of file list: '/Target Support Files/Pods-AmityReactNativeSocialUiKitExample/Pods-AmityReactNativeSocialUiKitExample-frameworks-Debug-output-files.xcfilelist' (in target 'AmityReactNativeSocialUiKitExample' from project 'AmityReactNativeSocialUiKitExample')

```

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [June 27, 2024, 10:40am UTC](https://forum.social.plus/t/uikit-build-error-unable-to-load-contents-of-file-list/1365/2 "2024-06-27T10:40:15Z")

</div>

Hello @jay , Regarding the issue you encountered, we recommend trying to update the `pod` version first. If the problem persists, please provide a screen recording of the issue so we can investigate further.

Thank you.

---

<div class="post-metadata">

### Author: ![jay](https://avatars.discourse-cdn.com/v4/letter/j/ed8c4c/32.png) [@jay](https://forum.social.plus/u/jay)
#### Post date: [June 27, 2024, 10:30pm UTC](https://forum.social.plus/t/uikit-build-error-unable-to-load-contents-of-file-list/1365/3 "2024-06-27T22:30:32Z")

</div>

Thank you for getting back to me, I know longer have that error.  
I however have a new issue but I cannot create a new topic because the spam filter is preventing me to do.  
I hope I am not causing a problem if I use this thread to ask the new question, unfortunately I have a deadline to present this POC if doesn’t work I won’t be able to convince my team to purchase this service.  
Here’s my new issue:

In the Admin dashboard there is an option to autogenerate some demo content and demo users, so I did that.  
Next I used the userId of one of these auto-generated users to login in the React Native example app, by doing that I am able to successfully make a post to my own timeline. Nice!!

However when trying to create a Story I get the following errors:

1. If I don’t pick a community to post, I get the following error: 'Failed to find comunity : 667… " (see attachment)
2. If I pick a community, I get this error: “you are not allowed to do this”

Let me know if/ how it is possible to test the Story functionality using the provided example app.  
Thank you!

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/amity/original/1X/f0a2e71a3f8c288f93220a0ccef43766b6a9374d.jpeg)

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [June 28, 2024, 5:11am UTC](https://forum.social.plus/t/uikit-build-error-unable-to-load-contents-of-file-list/1365/4 "2024-06-28T05:11:13Z")

</div>

@jay Let me pass this to our team for checking, and I’ll get back to you.

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [June 28, 2024, 6:35am UTC](https://forum.social.plus/t/uikit-build-error-unable-to-load-contents-of-file-list/1365/5 "2024-06-28T06:35:34Z")

</div>

@jay Regarding the issue you’re experiencing with creating a Story:

1. If you don’t pick a community to post, getting the error ‘Failed to find community’ is the expected result.

2. Please ensure that the user trying to create the Story has the appropriate role. The user must be a Community Moderator to create Stories.

For more details, refer to:

- [Amity Stories Documentation](https://docs.amity.co/amity-sdk/social/stories)
- [User Permissions Documentation](https://docs.amity.co/amity-sdk/core-concepts/user/user-permission#community)

If you have any further questions or need additional assistance, let us know.
