kpgalligan
04/21/2022, 10:37 PM*.xcworkspace rather than *.xcodeproj. When you use cocoapods, you need to open a different project file. I don’t know that AS would still be failing, though (not sure how the plugin picks project configs, and I use Xcode most of the time)julioromano
04/22/2022, 6:02 AMjulioromano
04/22/2022, 6:14 AM*.xcworkspace did the trick, now the app builds and launches from Xcode. But still no luck launching it from within AS (ld: framework not found Pods_iosApp).julioromano
04/22/2022, 6:27 AM*.xcodeproj. Deleting it and doing a sync made AS recreate it correctly pointing to the *.xcworkspace.julioromano
04/22/2022, 6:28 AMRaed Ghazal
11/27/2023, 4:41 AM