Closed digitaldan closed 1 month ago
Not seen so far I have tried uploading an archive to appstore connect for TestFlight. This was successful
Actually i think this may have been transient , running it again now has different results.
Testflight seems to be still broken
Now there are complaints about the xcode version used. Is this because of the release of iOS 18 and Xcode 16?
Good guess , not sure , I'm away from my computer , will look tomorrow . Also the "none" option I added for not bumping the version is not working , but that's another issue I'll debug tomorrow , but is unrelated to the current signing issues
so this is odd, after updating the gem lock file on the legacy build, signing oddly does work for v1, but we get this different error when trying to upload to Apple. I'm not sure what this is about, i assumed the SDK is tied to the version of Xcode, which i think we specify as "latest" so that should be 15?
[altool] 2024-09-16 19:54:32.772 *** Error: Asset validation failed Unsupported SDK or Xcode version. Your app was built with an SDK or version of Xcode that isn’t supported. Although you can use beta versions of SDKs and Xcode to build and upload apps to App Store Connect, you need to use the latest Release Candidates (RC) for SDKs and Xcode to submit the app. For details on currently supported SDKs and versions of Xcode, visit: https://developer.apple.com/news/releases. (ID: c5c92a01-3086-4bdc-9cd4-406708f960e2) (90534)
Is this because of the release of iOS 18 and Xcode 16?
Hmm, maybe indeed thats the error we are seeing with the v1 build too. I wonder if this is something we may need to wait out for a few days and see others have the same issues and some workarounds get published? I guess i can just push builds manually from xcode for the time being.
fixed with #828
Not sure whats going on since this was working until a few days ago....... but now our test flight beta builds are failing to sign. Our legacy app had another build issue so i cherry picked the gemfile lock from develop and a build is running right now, but i would expect to see the same issue with it.
@timbms @weakfl have you seen this error before ?
https://github.com/openhab/openhab-ios/actions/runs/10877429259/job/30178785803