0

I am struggling to get my build uploaded to itunesconnect since upgrading to XCode8 - might have to do with the swift 3.0 syntax update?... i am new to iOS dev, having been doing it now since xcode 7.1....

I submit the through Organizer, the ipa uploads, but then i get an email from itunesconnect:

"Invalid Swift Support - The expected dylibs are missing from the app’s Framework location, such as /Payload/Health Storylines.app/Frameworks."

My app target uses obj-c, and the UItest target uses swift.

ive read: Invalid Swift Support / invalid implementation of swift

  • i cant find any embedded swift settings in xcode8...

ive read:Invalid Swift Support - Files don’t match

  • but in the .sh they want some lines commented out - it only runs on xcode version below 7...show this shouldnt matter.

ive just read http://radex.io/xcode7-xcode8/

  • there are some cocopoads code signing topics in here...not sure if this is relevant?

this the the contects of the .xarchive: enter image description here

Im thinking swift need to be turned off somewhere, but dont know where...

Help much appreciated!

Community
  • 1
  • 1
1ak31sha
  • 501
  • 7
  • 18

2 Answers2

0

Seems like a problem that I had. Try archiving and exporting the IPA with XCode 7.x.x, and then upload it with Application Loader (XCode 8 GM). Also, what is your macOS version?

cloudcal
  • 505
  • 1
  • 4
  • 9
0

I had the same issue If you are using fastlane and swift 2.3 you may try adding toolchain "com.apple.dt.toolchain.Swift_2_3" on your Gymfile, it worked for me.

douglasd3
  • 761
  • 2
  • 10
  • 27