Mouad BENJRINIJA

Results 5 comments of Mouad BENJRINIJA

> You are consuming the internal swift package as a tuist project. This is not the way to consume swift packages with Tuist. I suggest on following [this guide](https://docs.tuist.io/guide/project/dependencies.html#external-dependencies) on...

Yes happens to me as well, and this is an empty sample project: [firebase storekit demo.zip](https://github.com/user-attachments/files/18126313/firebase.storekit.demo.zip) This happens because firebase declares a dependency for `StoreKit` ([here](https://github.com/firebase/firebase-ios-sdk/blob/b372ee7f1256a0b897c471eb3b9e94bf11f96c84/Package.swift#L301)) which when linked to...

btw the cocoapods doesn't add storekit to the app target, and also doesn't add the capability, so we are not sure if this is an issue that everybody has 😢...

UPD: I can confirm that even if the IAP was added to our `Signing & Capabilities` tab on Xcode, the app did eventually pass the App Store review with no...

UPD: The archive error was fixed by explicitly setting provisioning profile mapping to the gym archive Fastlane action (for the app and extension targets). Although this wasn't necessary in the...