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!

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

Keyboard extensions not loading on iPhone 5s iOS 8

I have created a custom keyboard in xcode 6 using swift and have tried to load it on to my phone but it does not show any buttons then does not show at all. It works in the simulator and another device. Any ideas? Thanks

2 Answers

Please show some code. We can't help if we can't see anything. Also, are you using the latest Xcode 6 beta?

Hello. It is just the code that is generated when creating the Keyboard extension target. I am using Xcode 6 Beta. The think that is odd is that it will run on the simulator and my iPod touch (All running iOS 8)

OK, how about checking settings in iOS 8 and selecting your custom keyboard. Did you try that?

Yes I have added it. The background bit appears. It's just the buttons do not load.