Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Simple iPhone App with Swift 2.0 Getting Started with iOS Development Tour of Xcode

Mon Mon
seal-mask
.a{fill-rule:evenodd;}techdegree
Mon Mon
Front End Web Development Techdegree Student 668 Points

In the Identity section while Setting up the project a yellow exclamation symbol exclaims, "No provisioning file found."

While setting up the project in the identity section "No provisioning profiles found" warning is shown. Clicked on fixed issue. Says that "creating a profile requires having a device registered in the Member Center." How do I fix this? Can someone help, please?

2 Answers

You don't need this unless you intend to run you apps on an actual device (iPhone / iPad), otherwise you just run your app in the simulator and don't need a provisioning profile.

To be able to run apps on a iPhone or iPad you need to have an Apple's developer membership, it costs 99$/year and enables you to use actual devices but also other things like posting your app on App Store when read. please check this: https://developer.apple.com/programs/whats-included/

Mon Mon
seal-mask
.a{fill-rule:evenodd;}techdegree
Mon Mon
Front End Web Development Techdegree Student 668 Points

Now, that makes sense. Thank you very much. I have been running my code in the simulator all day, and is working just fine..