I'm having a problem building ios using codemagic

56 Views Asked by At

enter image description here

Error running pod install in codemagic I use android studio and I want to build ios with codemagic but he give me the Erorr "Error running pod install in codemagic" how I can build ios without error

1

There are 1 best solutions below

2
Mikhail Tokarev On

scroll up the command output you should be able to see actual error message like

    [!] Could not automatically select an Xcode workspace. Specify one in your Podfile like so:

        workspace 'path/to/Workspace.xcworkspace'