> On Oct 5, 2015, at 2:40 AM, Rick C. <[email protected]> wrote: > > Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or > Mach-O LC_VERSION_MIN for myBinary
Actually reading this again, before you bother with the Info.plist suggestion I just sent, why don’t you check “OS X Deployment Target” in the build settings and make sure they’re set to the same thing for your app and your included binaries? Setting the OS X Deployment Target should cause LC_VERSION_MIN to be added to the Mach-O binary. Charles _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
