Thanks Mark (and Dave and Gerry) - I probably didn¹t explain my Œproblem¹ well enough. I¹m using an enterprise license so I¹m not going through the app store and what I really want to do is to roll back to an earlier version of Xcode so that I can build my app using some pre iOS 8 compatible externals. The problem is that LC will only allow me to build if I include Xcode 6.1 as one of the listed iOS SDKs, and as soon as I do that my build fails because of the incompatible externals. I guess I should just get the updated externals.
Terry... On 3/02/2015 2:20 am, "Mark Wilcox" <[email protected]> wrote: >Just as a general FYI - you can create a minimal app skeleton with the >wizard in Xcode and check how far back through versions it'll let you >build. You can almost always go a couple of major versions back. So, >although the latest Xcode comes with the 8.1 SDK you can set the >deployment target as far back as 6.0. If it won't work there's some >other reason, not the Xcode update. Provisioning profiles is a common >cause. It might be nice if the LiveCode standalone builder had a little >more intelligence built-in there, rather than allowing me to select >anything back to 4.3. > >Unless you're not building for the App Store it's a bit of lost cause >trying to support older versions than the latest official SDK allows - >Apple always come up with some new submission requirement that means you >need to use the new SDK sooner or later. > >-- > Mark Wilcox > [email protected] > >On Mon, Feb 2, 2015, at 02:21 PM, Dave Kilroy wrote: >> Hi Terry - I also can build for iOS7 using LC 6.6.5 and Xcode 6.1.1. I >> believe LC 6.6.5 is the oldest version you can use with Xcode 6.1.1 so >> you >> will get errors if you try to use earlier versions. >> >> Could it be that you recently created new provisioning profiles (or >> updated >> existing ones)? If so I would check on the development portal to make >> sure >> that nothing has been added to them that means they won't work in iOS7 >> (their payment thingie for example...) >> >> Dave >> >> >> >> ----- >> "Some are born coders, some achieve coding, and some have coding thrust >> upon them." - William Shakespeare & Hugh Senior >> >> -- >> View this message in context: >> >>http://runtime-revolution.278305.n4.nabble.com/Building-apps-for-iOS-7-tp >>4688368p4688371.html >> Sent from the Revolution - User mailing list archive at Nabble.com. >> >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > >_______________________________________________ >use-livecode mailing list >[email protected] >Please visit this url to subscribe, unsubscribe and manage your >subscription preferences: >http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
