Post

Replies

Boosts

Views

Activity

Reply to the compiler that produced it, 'Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)’, may have used features that aren't supported by this compiler, 'Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
Framework was built with Xcode 13 RC and built in swift version of 5.5 The app which is integrating the framework is using Xcode 12 RC with 5.3 swift version. Yes this looks like downward copability issue. Any clues?
Topic: Programming Languages SubTopic: Swift Tags:
Sep ’21
Reply to UI tests on iOS15 is launching but not executing tests
I looked at spindump file which got generated when tests failed to execute. It mentioned something about a pod SDK which was added as dependency. It needed an updated version. I suggest update dependent frameworks.
Replies
Boosts
Views
Activity
Sep ’21
Reply to UI tests on iOS15 is launching but not executing tests
I looked at spindump file which got generated when tests failed to execute. It mentioned something about a pod SDK which I have added as a dependency (hard to read but just go through the names of your frameworks and check if you find any resembling one). It needed an updated version for it. I suggest update dependent frameworks/pods etc.
Replies
Boosts
Views
Activity
Sep ’21
Reply to the compiler that produced it, 'Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)’, may have used features that aren't supported by this compiler, 'Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)
Framework was built with Xcode 13 RC and built in swift version of 5.5 The app which is integrating the framework is using Xcode 12 RC with 5.3 swift version. Yes this looks like downward copability issue. Any clues?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21