Xcode 6 For Os X 10.7
Jan 30, 2013 The App Store says I have an update available: XCode 4.6. I'm still running OS X 10.7.5. Will XCode 4.6 run on this OS? I looked at the App Store and Mac Developer site and couldn't find what OS version was required for 4.6.
Question Description
With XCode 6 and iOS8 when my app first runs the OS displays a “My App Name Would Like to Send You Notifications” dialog.
However with XCode 7 / iOS 9 that has changed to “”(null)” Would Like to Send You Notifications”.
Xcode 6 For Os X 10.7 Date Mac Os X 10 7 5
How do I rectify this?
[When the OS displays the dialog asking if the user will permit location access to the app, then the OS correctly displays the App name in the dialog and not “(null)”]
Practice As Follows
Looks like we have a new property in the info.plist:
Bundle display name
The key is: CFBundleDisplayName
This was blank, but once I set it to $(PRODUCT_NAME)
I got the right notification permission popup.
Note, I still do see “(null) – Deployment” for one of the categories names in Build Settings for my target