Registriert seit: 27. Okt 2015
3 Beiträge
|
AW: Apple sagt Beta-Version
27. Okt 2015, 20:41
Your info.plist must contain all the folllowing section (the values worked for me):
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformBuild</key>
<string>12H141</string>
<key>DTXcodeBuild</key>
<string>6E35b</string>
<key>DTSDKBuild</key>
<string>12H141</string>
For me it sufficed to add the DTSDKBuild key.
Compile your app once, check DTPlatformBuild.
Project->VersionInfo add a value DTSDKBuild with same string as DTPlatformBuild
|