You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of the Xcode build adapter, I want to build a project with similar complexity as the Wikipedia-iOS build so that I can prove the build adapter works as advertised.
Acceptance Criteria
When invoking gradle Wikipedia -Dconfiguration=Debug -Dsdk=iphonesimulator, the build completes successfully.
The text was updated successfully, but these errors were encountered:
Let me go back on the last comment, it's actually a lack of the implicit dependency service which doesn't look for dependencies into PBXFrameworksBuildPhase's files. Forcing a dependency actually solve the issue. Much easier that propagating the SwiftPM dependencies.
As a user of the Xcode build adapter, I want to build a project with similar complexity as the Wikipedia-iOS build so that I can prove the build adapter works as advertised.
Acceptance Criteria
gradle Wikipedia -Dconfiguration=Debug -Dsdk=iphonesimulator
, the build completes successfully.The text was updated successfully, but these errors were encountered: