Release Notes

RSS for tag

Learn about changes to the SDKs and tools using Release Notes.

Release Notes Documentation

Posts under Release Notes tag

16 Posts
Sort by:
Post not yet marked as solved
2 Replies
821 Views
Hello, I hope I am in the right place. I have a question about "account via VPN" for my mobileconfig. I found this link on the internet (https://support.apple.com/de-de/guide/mdm/mdm2e7ee35ec/web) Account via VPN is advertised. However, I can not find anything in the VPN Payload Developer Guide. Also I can not find anything on the Internet. I find only App per VPN. But what about "Account via VPN"? (https://developer.apple.com/documentation/devicemanagement/vpn) does anyone know where I can find the VPN Payload? or does anyone have a piece of code please? Thanks a lot Best Regards Vetozzz
Posted
by
Post not yet marked as solved
0 Replies
339 Views
Hi , I want to ask is there a way I can have different release notes for same version of app for different countries. For example I want to publish 2.x.x version in stores and US I want to have release notes A and for UK I want to have release notes B.
Posted
by
Post not yet marked as solved
2 Replies
887 Views
The app was working fine but suddenly it stoped working on devices that have iOS 14.6 and above. I use Xamarin Forms and Visual Studio. The SDK options in Visual Studio (iOS Build) are 14.5 and Default(I don't know what default means) The users with this problem can't even open the app.
Posted
by
Post not yet marked as solved
0 Replies
429 Views
Our Mac app targets 10.13 and later. A number of minor but hard to fix appearance issues showed up in an NSOutlineView after we updated to Xcode 12 and the latest SDK. The outline view is created in code (not from .xib) and is view-based. When the outline view has top-level parents toggled open and you scroll down, the topmost parent will 'freeze' in place in the first row of the table to show what container you are in. This still functions properly, however under 10.15.x and earlier our outline view apparently no longer draws an opaque control background on the table row, so you see the child item view contents scrolling up behind the frozen parent row, making it illegible. This bug does not occur on Big Sur, where it still appears correctly. It also appeared correct on older OS's right up until we updated to the latest Xcode / SDK. There have been a few other appearance changes in NSOutlineView that were solely caused by this update, so this makes me think that this is due to some change in the NSOutlineView implementation. The Big Sur release notes mention only a change in default row height (which we did see and were able to fix easily). Can anyone offer guidance on how to make a table row (not cell) explicitly opaque in the latest SDK's NSOutlineView, and have it work properly on earlier OS's? Also is there any release note on this granularity of change in the SDK that might offer guidance, apart from the Big Sur release notes? Thank you!
Posted
by
Post not yet marked as solved
0 Replies
575 Views
Dear expert, The version of the macOS is 11.2.3. I was running an application called ROOT from CERN from the command line, and it shows up the following warning when I source the bash script: 2021-09-12 23:42:45.936 xcodebuild[1188:32958] [MT] DVTSDK: Warning: SDK path collision for path 'DVTFilePath:0x7f82d674d8d0:'/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk'': SDK with name 'macosx11.1' being superseded by SDK with 'macosx11.1'. And when I try to run the executable, it shows the following error: ERROR in cling::CIFactory::createCI(): cannot extract standard library include paths! Invoking:   LC_ALL=C /Library/Developer/CommandLineTools/usr/bin/c++   -O3 -DNDEBUG -xc++ -E -v /dev/null 2>&1 | sed -n -e '/^.include/,${' -e '/^ /.*++/p' -e '}' Results was: With exit code 0 warning: no such sysroot directory: '/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk' I go to the /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs and find both MacOSX11.0.sdk and MacOSX11.1.sdk exist and are linked to MacOSX.sdk. I go to the /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk and the MacOSX11.0.sdk is there. Please help me debug. Thank you.
Posted
by
Post not yet marked as solved
0 Replies
228 Views
Hello, Pls help us with below query: On AppStore is it possible to release different versions of apps based on Geo Location? Like in US appStore have an app with different set of features while on rest of the locations have different set of functionalities via different app versions? Similarly, App Description also needs to be based on geo locations and not language. Thank you!!
Posted
by
Post not yet marked as solved
0 Replies
360 Views
Has anything changed with the new Xcode 13 SDK with regards to accept-language header in a HTTP request. In the previous version, accept language was given both language and region code, but with the recent update, only the language code is being sent. This is happening with Japanese language.
Posted
by
Post marked as solved
1 Replies
255 Views
The following RSS feeds appear to have been removed today – They were available yesterday. Is this an intentional and permanent change. If so, is there another place where we can subscribe to release information? https://developer.apple.com/news/releases/rss/releases.rss https://developer.apple.com/news/rss/news.rss
Posted
by
Post marked as solved
2 Replies
234 Views
Hello, Is there any changes in the rights of the folder /Library/Application Support starting with macOS 12.3 ? Our application refuse to install, our postinstall script fails to create a folder (and files in it) in /Library/Application Support. Our installer-gui-script specify auth="Root" and our postinstall script (postflight python) trigger this : os.system('mkdir /Library/Application\ Support/***') I don't find anything about this in the release change log macOS 12.3. Everything was fine in previous macOS version. Thanks
Posted
by
Post not yet marked as solved
1 Replies
230 Views
Xcode 13.4 only provides an SDK for macOS 12.3 according to the release notes. Can I build to macOS 12.4 using the lower point version SDK? I would not want to update the OS if I could not build to it yet. Thanks.
Posted
by
Post not yet marked as solved
2 Replies
152 Views
Is there a "app-friendly" version of the security update notes available? For example, https://support.apple.com/en-gb/HT213256 for macOS 11.6.6 lists the CVE IDs for issues addressed but not in a format that would be easy to parse. We'd like be be able to identify which CVEs a system has already had addressed, by comparing running OS version against the list published by Apple. Scraping a web page is not wholly reliable, but I assume Apple have this data in a more digestible format. Is this or could this be made available? Thanks, Dave
Posted
by