Hello, I'm also experiencing some friction integra...
# multiplatform
z
Hello, I'm also experiencing some friction integrating the cocoapods plugin into an existing XCode project. The project has several build schemes and build configurations. The scheme I'm using uses a build configuration called
Debug Integration
. After including my pod and building the iOS app I run into the following error:
Copy code
* What went wrong:
Task 'Integration' not found in project ':mobile-tracking'.
I have only beginner experience with XCode and schemes/build configurations so I'm not sure how they would interact with the cocoapods plugin's attempts to react to the particular xcode configuration I'm trying to build.