0

I've installed an iOS app on my iPhone using Xcode 10.1 and when hitting Product -> Archive, the following two errors come up:

enter image description here

Several times cleaned the project in Xcode and neither New nor Legacy Build System has an impact on the result.

How to solve these errors, please?

Franky
  • 1,181
  • 2
  • 11
  • 33
  • 1
    Don’t embed bitcode? – matt Mar 16 '19 at 16:04
  • I don't know of that, sorry. I created my iOS app using QML then made use of its *.xcodeproj* file to modify the settings on Xcode, like the name, ID etc of the developer, png images for icon and launch image, and then installed the app on my iDevice. Now if I want to have the *.ipa* file of that app, the first step is archiving as illustrated above. But unfortunately I get those errors. – Franky Mar 16 '19 at 16:13
  • I disabled *bitcode* and it seemingly was worked out! I should thank you. But is it OK to disable *bitcode*? Or when should I enable or disable this please? I'm a very new programmer of iOS and it's the first days I'm using Xcode. – Franky Mar 16 '19 at 16:24
  • 1
    Personally I think bitcode is the work of the devil and I always disable it. – matt Mar 16 '19 at 16:29
  • So I salute you and will walk away from it too. :) Thanks. One more thing. Create an answer, I would like to give your the answer vote too. – Franky Mar 16 '19 at 16:31
  • Thanks but it seems so obvious. The error message said it. I just repeated what it said. – matt Mar 16 '19 at 16:49
  • OK. If possible, I would be very grateful if you have a look at [this issue](https://stackoverflow.com/questions/55190631/launch-image-isnt-shown-on-ios-app-xcode-10-1) too, please. – Franky Mar 16 '19 at 17:16

0 Answers0