Home > Back-end >  DELPHI10.1.2 apple stores filling holes
DELPHI10.1.2 apple stores filling holes

Time:11-15

Apple stores filling holes down
Article 1. The environment
Delphi 10.2.3 installed, xcode10.1, also passed, but can't release, can only come back, lower version,,
1.1 installation Delphi 10.1.2
Why recommend Delphi 10.1.2, because she is the most stable, which is the most durable, the TAB in the 10.2.3 slip effect and the threads in the thread synchronization page are unstable, in return after 10.1.2, well,
If had been used, can be directly deleted the original SDK, configuration for a while to download,
1.2 Xcode9.2
Delete existing high version Xcode, download the Xcode version history, download address, https://developer.apple.com/download/more, to search history version can, what all have, for after download. Xip file , double-click. Xip file  , the current directory will be the extracted a Xcode icon file, and then drag the icon (package) to the 'application', must drag, otherwise the Delphi can't find the SDK, the legend is as follows:

Conclusion: this section is mainly pay attention to the high version of xcode after unloading, low version of the installation, must be dragged into an application, or Delphi can't find the SDK.
1.3 open the xcode, configuration,

If this is ok, if there is a Red Cross, please delete in the key string, and then apply again and installation,
To delete the certificate in the key string, don't be afraid, my certificate, you can delete, download again, deal, if not, just download, download it,

Of course want to make sure that no certificate in the past, check expiration look here:

Is expired, deleted,
Then create a new project of native,



No special error, run directly, should be ok, if like this:

Then delete the certificate again, generally because the certificate is not born of this computer, or expired,

Conclusion: in this section, the main note:
A: the validity of the certificate,
B: invalid certificate to delete,
C: if it is in the apple computer, cannot install the certificate, directly to the export must be from the original key string, and then installed on new computers, or remove a new application for the certificate, a certificate can only be rotten apple regulations on a stage to use, also must is used to derive the backwardness in another computer, the most convenient is removed, apply for afresh, application details please add me: QQ1759156387, too much, don't want to write,
D: certificate file was found in an xcode is generally to be deleted,
Error: 1.4 [PAClient Error] E0776 Unable to execute '"/usr/bin/xcrun "- SDK iphoneos PackageApplication -v
PackageApplication because xcode version problem, PackageApplication in previous version has been identified as abandoned, thoroughly remove in version 8.3, solution: download PackageApplication (download address:)
File, add the xcode/Applications/xcode. The app/Contents/Developer/Platforms/iPhoneOS platform/Developer/usr/bin/, the (xcode in application icon, right click "show package Contents"), and then step by step into, it PackageApplication (no suffix) file was admitted, perform the command:
And then execute the command:
Sudo xcode - select - switch/Applications/xcode. The app/Contents/Developer/
If you want to enter the password, enter the MAC user password
Chmod + x/Applications/Xcode. App/Contents/Developer/Platforms/iPhoneOS platform/Developer/usr/bin/PackageApplication
Then OK,
1.5 open the Delphi 10.1.2, original SDK deleted, next again. 11.2 the,

Then the compiler, will encounter problems here:
A: [DCC Error] E2597 ld file not found the System Library Frameworks FileProvider. The framework FileProvider for architecture arm64
B: [DCC Error] E2597 ld file not found. Usrlibsystemlibcache dylib for architecture arm64
C: directory not found the System Library PrivateFrameworks
To solve below, note: the right to select a line to add, otherwise don't do
After the installation is complete Frameworks need to add
Audio (ffmpegmobileconverter)
Add in the Sdk:
$(SDKROOT)/System/Library/Frameworks
SystemConfiguration



The SDK add
$(SDKROOT)/System/Library/Frameworks
Audiotoolbox


The SDK add
$(SDKROOT)/System/Library/Frameworks
VideoToolbox

The SDK add
$(SDKROOT)/usr/lib
Libbz2. Dylib


The SDK add
$(SDKROOT)/usr/lib
Libcharset. 1. The TDB



Complete OK

And then run, basically, if still won't do, please contact me, in a good mood would help you do well,
Note: this section, note: the original SDK to delete, add new SDK, if added items, to update,
2. Upload the article
2.1 upload steps don't read said, according to the steps, if not, please contact me
This section may have problems,
A:

The solution is

Delete all Distribution certificate in MAC
In the center of the apple developer removed Distribution certificate
In the Accounts in the xcode to create a new IOS Distribution certificate
The corresponding in the apple developer center the IOS Provisiooning Profiles corresponding to the just Distribution of the new certificate
Deploy the project again after upload
B: the mistakes error itms - 90034: missing or invalid signature. The bundle... Is not signed using apple submission certificate.
This problem solving version very strange:
The way you trust the certificate, if has been always trust, and then to change the default system, and then upload, see green on the hook, and the variation of ipa, again to upload again, OK,

Make a have any questions, please directly QQ I

CodePudding user response:

Actually much more complicated than this, just don't want to write

CodePudding user response:

Apple, ha ha, never

CodePudding user response:

OK today, guess tomorrow again click

Apple has always been this way, ha ha
  • Related