Did you update your IDE to use XCode 8?
I have C++Builder 10.1 Berlin Version 24.0.25048.9432 and XCode8
Did you update your project's Entitlements file, as described in the StackOverflow discussion?
In this discussion, I see only java code. What to add in Entitlements file?
My file: *** \iOSDevice64\Release\Sampsony.entitlements
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>Q56HFEN844.la.um.Sampsony</string>
<key>get-task-allow</key>
<true/>
<key>com.apple.developer.team-identifier</key>
<string>Q56HFEN844</string>
<key>aps-environment</key>
<string>development</string>
<key>keychain-access-groups</key>
<array>
<string>Q56HFEN844.la.um.Sampsony</string>
</array>
</dict>
</plist>