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
Periphery is installed via homebrew and at the latest version as of this post, when running the scan command it fails to find pods, when building the specified target outside of the aggregate it builds and the app launches. Periphery by terminal also fails with the same 'no such module found' error.
I'm not really sure what is causing the issue or what I might've done wrong, it was working and after removing a couple pods from the podfile to migrate them to SPM it started not detecting other pods.
The text was updated successfully, but these errors were encountered:
I had something similar with our Cocoapods project today and for me it was a binary-only framework that gave the same kind of error.
Running Periphery like this: periphery scan --verbose -- -sdk iphoneos -destination generic/platform=iOS solved it for me by explicitly forcing the right platform/sdk. Feel free to ignore this comment if not relevant to this issue.
Periphery is installed via homebrew and at the latest version as of this post, when running the scan command it fails to find pods, when building the specified target outside of the aggregate it builds and the app launches. Periphery by terminal also fails with the same 'no such module found' error.
![Screenshot 2024-09-23 at 10 41 33](https://private-user-images.githubusercontent.com/68694729/369803714-e7bef48c-6230-445f-83de-b25c8a786710.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTI0MzYsIm5iZiI6MTczOTU1MjEzNiwicGF0aCI6Ii82ODY5NDcyOS8zNjk4MDM3MTQtZTdiZWY0OGMtNjIzMC00NDVmLTgzZGUtYjI1YzhhNzg2NzEwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE2NTUzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEzMGZjMjg4ODQwNWZiOTFlNDgxMzc1NTg0MTczNTlhYTRhYTRhMWVjMGJmNGI3ZDMxOWI3NDM5NmZiMjBlYjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZaMzMWymr4Z0GbjUjCDFidsOCXkc_T47yd3nHEYEHnQ)
I'm not really sure what is causing the issue or what I might've done wrong, it was working and after removing a couple pods from the podfile to migrate them to SPM it started not detecting other pods.
The text was updated successfully, but these errors were encountered: