There is a problem with the packaging of xcode: there was an error importing this build

Reason: After upgrading the mac system to High sierra (10.13, it is still a beta version, there is no official version, the new file system APFS (Apple File System)) found that there is no such problem, so, so the author who gave this solution thinks that It's a bug of APFS.

1. Archive is successful

2. Display package contents:

 

 

 

3. cd to the directory file of the displayed package, drag one over, and then delete it, otherwise the file will not be accessible

4. Then execute the following command in the terminal:

find Products/ -name Info.plist -print0 | xargs -0n1 plutil -replace BuildMachineOSBuild -string 16A323

5. Then close the terminal, upload the package, and everything goes well.

6. This is a problem with the latest xcode packaging.

7. You can refer to the following articles of Daniel:

https://blog.csdn.net/yohunl/article/details/78065656

8. My source is also here, but I wrote it down in detail.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324895571&siteId=291194637