Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 7    Views: 73

warrenpettitt
Aspiring developer
Profile
Posts: 16
Reg: Jun 14, 2015
Phoenix
3,610
07/03/15 04:21 PM (9 years ago)

at53 video player illegal configuration

I get the same issue 7 times in Xcode (version 6.3.2) - My mac is 10.10.3 the issue reads "Illegal configuration auto layout on iOS versions prior to 6.0" when i click on the issue it does not bring up a line of code but an image of an iPhone in portrait view with text and a play button. thank you for any help (you were very helpful the last time I asked)
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
07/03/15 08:00 PM (9 years ago)
You might want to try setting your 'Deployment Target' to 7 or higher. Auto Layout wasn't there for iOS 6, so it barks at you if you try and use it with less than iOS7. You can find Deployment Target in the 'General' Tab of your Project settings, along with Bundle ID, Version, Team, etc... Cheers! -- Smug
 
warrenpettitt
Aspiring developer
Profile
Posts: 16
Reg: Jun 14, 2015
Phoenix
3,610
like
07/03/15 10:13 PM (9 years ago)
Thanks - when I did that it got rid of 4 of the issues (I think they were the ones for the iPhone) The remaining issues are the same (illegal configuration - auto layout on iOS versions prior to 6.0) but they are under At53_video_player~ipad.xib. It would seem to be an iPad issue. I have tried setting it do a few different settings (iOS 6.0 and later - iOS 6.1 and later) but the issues still persist.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
07/04/15 03:08 AM (9 years ago)
The 'quick and dirty' solution would be to select the xib, and deselect 'autolayout' (It's a checkbox in the xib 'file inspector' tab. But of course, that disables Autolayout for that xib. Cheers! -- Smug
 
warrenpettitt
Aspiring developer
Profile
Posts: 16
Reg: Jun 14, 2015
Phoenix
3,610
like
07/04/15 07:26 AM (9 years ago)
Thanks - when I did that it got rid of 4 of the issues (I think they were the ones for the iPhone) The remaining issues are the same (illegal configuration - auto layout on iOS versions prior to 6.0) but they are under At53_video_player~ipad.xib. It would seem to be an iPad issue. I have tried setting it do a few different settings (iOS 6.0 and later - iOS 6.1 and later) but the issues still persist.
 
warrenpettitt
Aspiring developer
Profile
Posts: 16
Reg: Jun 14, 2015
Phoenix
3,610
like
07/04/15 07:31 AM (9 years ago)
That did fix it, thanks (I am just making it for iPhone so I think that will be enough). thanks for all your help.
 
0z2000tv
Aspiring developer
Profile
Posts: 315
Reg: Sep 10, 2011
Nashville
11,950
like
07/04/15 09:49 AM (9 years ago)
You can tell xcode to only build it for iPhone.
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
07/04/15 02:34 PM (9 years ago)
I've been using the AT53 Player plugin just this week. I set my project to IOS 6.1 and later 7.0. No issues with iPad xib, or autolayout, it all worked fine. Xibs get compiled into the project - I suspect a simple clean might have done it? Alan
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.