# File Chooser on Xcode 10.1

DevFeed: [File Chooser on Xcode 10.1](<https://devfeed.tech/articles/file-chooser-on-xcode-10-1-19300.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/file-chooser-xcode-10/>)

Author: Shai Almog

Published: 2019-02-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [Xcode](<https://devfeed.tech/topics/xcode.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [container](<https://devfeed.tech/topics/container.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [app](<https://devfeed.tech/tags/app.md>), [container](<https://devfeed.tech/tags/container.md>), [ios](<https://devfeed.tech/tags/ios.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [xcode](<https://devfeed.tech/tags/xcode.md>)

## AI overview

This tutorial explains how to restore file chooser API builds after migrating to Xcode 10.1 by enabling iCloud and CloudKit support, creating an iCloud container, and regenerating provisioning profiles.

## Source excerpt

The recent migration to xcode 10.1 broke builds for apps using the file chooser API. In order to use that API we need to make changes to the provisioning profile to include iCloud support. With the new version you must have a container associated with iCloud for this to work. To fix this follow these steps: Login to https://developer.apple.com/account/ios/identifier/bundle Under App IDs select your app Click Edit Check iCloud and select Include CloudKit support (requires Xcode 6)