> On Mar 2, 2015, at 11:43 AM, Michael Domino > <[email protected]> wrote: > > Is there any reason to think that an app built using Xcode 3.2.6 with a 10.5 > base sdk (and a 10.5 deployment sdk), would be unstable running on 10.10.2? > I’ve been getting a lot of random crash reports, all different, from users > running on 10.10.2. Running on previous versions, my app seems to be a lot > more stable.
There is a lot of change between 10.5 and 10.10.2. While it is generally a goal to avoid impacting existing apps, it is almost always the case that something is missed. Since releasing a fix would likely involve building against a newer SDK, thats probably your best start to see if the newer SDK might point out any issues that the compiler might now be able to identify. -- David Duncan _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
